DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
int to ascii python
# converting intefer to ascii number
# declaring variable
i
=
3
ord
(
str
(
i
)
)
# output --> 51
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#int
#ascii
#python
ADD COMMENT
Topic
COMMENT
Name
9+1 =
Submit