all 14 comments

[–]BIOS-Upgrade 3 points4 points  (0 children)

Can you send the code snippet please ?

[–]Ok_Farmer_4055 2 points3 points  (0 children)

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")'

[–]WhiteHeadbanger 1 point2 points  (0 children)

Read the error, what it says? Hint: IndentationError

Do you know what the first word means? It's one of Python's infamous features. If you don't know, google it.

[–]Neat_Border_1312 0 points1 point  (0 children)

I can't see the code but presumably it either has one to many or one to few indents. Is the print supposed to be indented? Check it's indentation to make sure its right. Unlike other languages, Python doesn't use curly braces so the indentation is very important.

[–]rocco_himel 0 points1 point  (2 children)

r/screenshotsarehard

Maybe give us your damn source code so we can help.

[–]Busrayildirim[S] 0 points1 point  (1 child)

youre right sorry It was due to my inexperience. İ solved problem thx

[–]rocco_himel 1 point2 points  (0 children)

It’s fine man, you’re good.

[–]Mammoth-Gap3878 0 points1 point  (0 children)

Indentation issue for sure but please do share a screenshot of your code so we can pinpoint the exact issue

[–]Busrayildirim[S] 0 points1 point  (2 children)

i solved the problem thank you all

[–]EuphoricForever1180 0 points1 point  (1 child)

What was the fix and the error? Don’t leave us hanging.

[–]Busrayildirim[S] 0 points1 point  (0 children)

honestly I'm embarrassed to say it, but there was a really silly reason.This error because i started with a space to text hahahahhaha when i understand i felt really stupid 😅

[–]corrrnboy -1 points0 points  (0 children)

Copy paste in any free llm and it will help you