0 Reputation Points
100% Quality Score
- Upvotes Received
- 2
- Posts with Upvotes
- 1
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
~498 People Reached
- Interests
- Python, Artificial Intelligence, Philosophy, Psychology, Astronomy and Music
- PC Specs
- 64 bit Windows 7 Premium with First Gen Intel i3 530 processor @2.93GHz, 4GB DDR2 RAM and a 1GB nVidia…
Favorite Forums
Favorite Tags
python x 1
2 Posted Topics
Re: '[I]int('60211401dc070000', 16)[/I]' will be treated as a hexadecimal number, if you want to, say, add another hexadecimal number to it simple prelude it with a '0x'. For example: [CODE]>>> a = int('60211401dc070000', 16) >>> a 6926839700091502592 >>> b = a + 0x000a # Add the hex number 000a >>> b … | |
Re: Firstly, are you sure it's not a feature of the programming environment you're using? As I know, for instance, that PyScripter does this automatically. If it isn't go to:[I] Control Panel[/I] -> [I]Change Keyboard or Other Input Methods[/I] -> [I]Keyboards and Languages[/I] -> [I]Change Keyboard[/I] -> Click on "[I]English (United … |
The End.