22 views
Problem: I have a dictionary that consists of: Dict = { "Krishna" : 79, "Arnav" : 46, "Paulo" : 90, "Christian" : 77, "Renartovic" : 33, "Wanda" : 65, "Arteta" : 80, "Santiago" : 68, "Jovic" : 88 } I ... compiling this program: File "val.py", line 13 if "Wanda" in Dict: ^ IndentationError: unexpected indent Can anyone help me to solve this error?
asked
Jun 7, 2020
samhaz
5k points