+ 1
I really dont get this
i try to multiply a string print("spam" * 3) File "..\Playground\", line 1 print("spam" * 3) ^ IndentationError: unexpected indent
2 Answers
+ 3
Unexpected indent is with only Python. It means that your code is tabbed in improperly.
+ 1
if you have an unexpected indent, there is a space before your line. By my count you have 2 spaces before your print function
print() is good
print() <- unexpected indent