diff --git a/reverse.py b/reverse.py index 1fc0d71..0627abd 100644 --- a/reverse.py +++ b/reverse.py @@ -1,7 +1,10 @@ #First comment for this code -# Kachra comment mat daal +# command Not accepted -a=str(input("Enter a string: ")) +b=str(input("Enter a string: ")) print("Reverse of the string is: ") + +print(b[::-1]) +# a=11 print(a[::-1]) # a=77777 \ No newline at end of file