Unexpected Indentation Error in Visual Studio Code

Viewed 16

I tried doing spaces before code for the "if, else, elif" commands and every time I do even once I get this error "Unexpected indentation".

why is it like that?

The code looks like this:

money = input("how much monei you have: ")
moneyinfo = input("what currency (E)uro or (Z)łote: ")
if moneyinfo: "E"
    print("you have " + money * 4)
0 Answers
Related