diff --git a/project3.py b/project3.py index 2b7221a..bf12897 100644 --- a/project3.py +++ b/project3.py @@ -6,9 +6,9 @@ import re -string_in = raw_input("Enter the string") +string_in = input("Enter the string") -char_rem = raw_input("Enter the character") +char_rem = input("Enter the character") def regex_strip(string_in,char_rem):