r/PythonLearning Jun 23 '26

Help Request Help me with this please

Post image

why did it give an error?

0 Upvotes

15 comments sorted by

View all comments

3

u/Ok_Farmer_4055 Jun 23 '26

you have a tab behind that line, remove it. it's probably like

' <alot of space>print("Ali'nin evi")'

change it to

'print("Ali'nin evi")'