What does this not work? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
11th Feb 2018, 10:44 AM
Raphael Shay
Raphael Shay - avatar
3 Answers
+ 15
The problem in your code is line 7. You have to add brackets like this: x = i.lower() But I recommend you to put line 5 and 7 together to one line like this: x = input().lower() I hope this helps.
11th Feb 2018, 11:11 AM
Xyldor
Xyldor - avatar
+ 15
No problem
11th Feb 2018, 3:27 PM
Xyldor
Xyldor - avatar
+ 3
Thanks!
11th Feb 2018, 2:48 PM
Raphael Shay
Raphael Shay - avatar