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 """