From bd04f0fb219cdeb90d75a1721daa55272f477d88 Mon Sep 17 00:00:00 2001 From: Waqar <74553567+wikii-bit@users.noreply.github.com> Date: Thu, 28 Jan 2021 23:18:08 +0500 Subject: [PATCH] Update AsciiValue.py --- Practice/AsciiValue.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Practice/AsciiValue.py b/Practice/AsciiValue.py index 4afa07b..8403855 100644 --- a/Practice/AsciiValue.py +++ b/Practice/AsciiValue.py @@ -11,3 +11,5 @@ print(alphabate) asciiValue += 1 break + + """ this will take integer as input from the user and tell us the ascii value of that integer """