+ 1

Can someone explain this code to me?

i've been watching a video on youtube on how to create a game trainer for singleplayer games. I think i got the first part right i don't know but i don't understand a thing. The dude doesn't really explain it very well. i'il probably be posting more question like this in the future, because this really is interesting for me. i always wanted to learn python in a fun way and this looks fun. youtube link if you want to watch it: https://www.youtube.com/watch?v=m1M7eOXL_tE Here's my code: https://code.sololearn.com/c14GK30nbvrC

13th Mar 2019, 4:21 PM
Jordi
Jordi - avatar
1 Answer
+ 2
Python in SoloLearn doesn't support that module. It also doesn't support GUI (graphical user interface) like Tkinter and Pygame. Go onto another IDE and check the supported module libraries. If it is support then run it there.
23rd Mar 2019, 8:27 AM
Clueless Coder
Clueless Coder - avatar