We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3500f3a commit 9926dfdCopy full SHA for 9926dfd
ascii.py
@@ -1,3 +1,4 @@
1
x = input("enter any character")
2
y = ord(x)
3
-print("ascii value is: " + str(y))
+
4
+print("ascii value is: " + str(y))
0 commit comments