We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fdaba0 commit d8cb436Copy full SHA for d8cb436
ASCIIvaluecharacter.py
@@ -1,4 +1,4 @@
1
# Program to find the ASCII value of the given character
2
3
-c = 'p'
+c = "p"
4
print("The ASCII value of '" + c + "' is", ord(c))
0 commit comments