0
python ascii code
how can i Convert number to ascii code in Python
4 Answers
+ 5
u can get it using function named as ord():-
>>> ord('h')
104
>>> ord('a')
97
>>> ord('^')
94
+ 4
chr(number)
+ 2
Check this out :
https://code.sololearn.com/cGh63mKrL4iT/?ref=app
0
Char to number ord(ch)
Number to char ch(num)
Hot today
I have made a calculator in which my % (Percentage) not work correctly for 100%50 or 100%20.
3 Votes
Python palindrome challenge.
1 Votes
Java
0 Votes
Number of Ones ( C++ ) question!
1 Votes
For Moderators
1 Votes