We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad507f commit 2c6085dCopy full SHA for 2c6085d
Beginner_Level_Python_programs/To_find_ASCII.py
@@ -0,0 +1,4 @@
1
+# Program to find the ASCII value of the given character
2
+
3
+c = 'p'
4
+print("The ASCII value of '" + c + "' is", ord(c))
0 commit comments