From fda31bbd519fb1da5e3615a6552f52725bfdef77 Mon Sep 17 00:00:00 2001 From: Sreejith-Murali Date: Wed, 2 Oct 2019 15:36:19 +0530 Subject: [PATCH] added some comments --- Strings/revString.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Strings/revString.py b/Strings/revString.py index 72a4c81..f5ce1ff 100644 --- a/Strings/revString.py +++ b/Strings/revString.py @@ -1,4 +1,4 @@ -print("Find the reverse of a string\n") #finds the reverse of a given string +print("Find the reverse of a string\n") #to print the reverse of the string word = input("Enter the string:") #taking in the string