Skip to content

Commit d8cb436

Browse files
authored
Format document
1 parent 5fdaba0 commit d8cb436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ASCIIvaluecharacter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Program to find the ASCII value of the given character
22

3-
c = 'p'
3+
c = "p"
44
print("The ASCII value of '" + c + "' is", ord(c))

0 commit comments

Comments
 (0)