ইন্টিজার
>>> 15 #integer
15
>>> 0b101010 #binary
42
>>> 0o172356 #octal
62702
>>> 0xABCD #hexa-decimal
43981Last updated
Was this helpful?
>>> 15 #integer
15
>>> 0b101010 #binary
42
>>> 0o172356 #octal
62702
>>> 0xABCD #hexa-decimal
43981Last updated
Was this helpful?
Was this helpful?