+ 5
Can you please fix it?
first lesson in python of simple game im drowning in the sea of classes https://code.sololearn.com/cHl4PEIB1PcV/?ref=app
4 odpowiedzi
+ 2
i have a def go(): !
+ 5
your code runs correct, but here, in SoloLearn Playground your code gets some input only at the begin of execution. In this realisation it's not possible to make your code interactive.
+ 4
what is "nameError" means?
check the code now
+ 3
nameError means that you didnot defined the function named go, so element "go":go of dictionary in line 22 cannot be created