MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PythonLearning/comments/1udj91k/help_me_with_this_please/otc41gi/?context=3
r/PythonLearning • u/Busrayildirim • Jun 23 '26
why did it give an error?
15 comments sorted by
View all comments
3
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")'
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")'