Skip to content

Commit 1598172

Browse files
update ord( )
1 parent c9dd990 commit 1598172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Basic/ASCII.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# * Written By Codezila.org at 26-03-2020 12:50PM (IST)
22
#Program for print ASCII value of string...
33
a="C"
4-
print("The ASCII value of C is :",ord(a))
4+
print("The ASCII value of C is :",ord(a)) #ord() is used to convert character to integer..
55
print('\n\tCode By codezila.org :)\n\tJoin Us On : <github.com/codezila-org>\n\tFor More Mail Us : <contact@codezila.org>')

0 commit comments

Comments
 (0)