Posts
 
Reputation
Joined
Last Seen
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
0 Endorsements
Ranked #72.8K
Ranked #4K
~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 Tags

2 Posted Topics

Member Avatar for Malraux

'[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 …

Member Avatar for Lucy Four
0
321
Member Avatar for Mr.BunyRabit

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 …

Member Avatar for Mr.BunyRabit
0
177

The End.