From b5f9ad7a941d3ff611e64496a4e6758cb7bc87bf Mon Sep 17 00:00:00 2001 From: Guneet Kohli <52268470+guneet-coder@users.noreply.github.com> Date: Fri, 1 Oct 2021 12:01:03 +0530 Subject: [PATCH] Create ASCII --- ASCII | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ASCII diff --git a/ASCII b/ASCII new file mode 100644 index 0000000..6a446b4 --- /dev/null +++ b/ASCII @@ -0,0 +1,5 @@ + + +K = input("Please enter a character: ") + +print ("The ASCII value of '" + K + "' is ", ord(K))