+ 2
Can anybody fix the code please.
3 Antworten
+ 7
Use a different compiler that supports the curses library.
+ 6
I know, you have seen that make a snake game in 5 minutes on YouTube, but before proceeding, the SL code playground doesn't supports the curses library.
+ 3
You've imported an undefined library:
"import curses"
If you have wrote it yourself, why referencing?