Skip to content

Commit 2c6085d

Browse files
authored
added program to find ascii of character✔👩‍💻
1 parent 0ad507f commit 2c6085d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Program to find the ASCII value of the given character
2+
3+
c = 'p'
4+
print("The ASCII value of '" + c + "' is", ord(c))

0 commit comments

Comments
 (0)