73.8k views
4 votes
I can't find the errors! Could anyone help me please?!

I can't find the errors! Could anyone help me please?!-example-1
User Madhu CM
by
8.7k points

1 Answer

2 votes
The only syntax error I saw was that the re pattern should have been double quoted.

Other non-syntax errors are: the import statement doesn't have a valid module name. It should be "import re" . Since tutorGroup is double quoted in the re.match(), it becomes a string, not the variable from the input() function.

User Peter Farmer
by
7.7k points

No related questions found