Skip to content

Commit 5475f01

Browse files
Merge pull request #1775 from sayampradhan/patch-49
Format document
2 parents 8e22b6e + d8cb436 commit 5475f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ASCIIvaluecharacter.py

Lines changed: 1 addition & 1 deletion
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)