Skip to content

Commit

Permalink
Format document
Browse files Browse the repository at this point in the history
  • Loading branch information
sayampradhan authored Oct 14, 2022
1 parent 5fdaba0 commit d8cb436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ASCIIvaluecharacter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Program to find the ASCII value of the given character

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

0 comments on commit d8cb436

Please sign in to comment.