0
Why the program shows module not found error?
https://code.sololearn.com/c3ln3qU3YSx0/?ref=app https://code.sololearn.com/cHFO1HZyc9dK/?ref=app
6 Antworten
+ 4
Because as the error message states: There is no module named my_name
+ 3
Importing from another code on SoloLearn isn't possible (at least not easily). Your code should be fine on another Python IDE though, just not on here.
+ 3
Certain modules may be imported into sololearn.
Import random is an example, and you can have lots of fun with it.
+ 1
So how can I learn about module
+ 1
Certain modules may be imported into sololearn.
Import random is an example, and you can have lots of fun with it. Rik Wittkopp Hi , for example?