Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
A few questiosn about encoding
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Nick the Gr33k, post: 5099340"] Hold on! Youa re basically saying here that: 16474 is nto a number as we think but instead is string representation of a number? I dont think so, if it were a string representation of a number that would print the following: '16474' Python prints numbers: 16474 it prints them all to decimal format though. but when we need a decimal integer to be turned into bin() or hex() we can bin(number) hex(number) and just remove the pair of single quoting. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
A few questiosn about encoding
Top