7 odpowiedzi
+ 2
You don't have all the generic libraries while using the code playground, it is also not recommemded to make any complex applications using it. You should use pycharm which actually has python installed and you're able to use an actual interpreter instead of the code playground.
+ 3
HonFu ,I know that i say him to consider that
+ 2
There are some you can't import here, especially graphical ones like tkinter, but the regular stuff like math, random, re, time etc. definitely works.
What did you try to import?
+ 2
TKinter 😅
+ 2
Just using pycharm it can contain many preinstalled libraries
+ 2
this is a problem with installing tkinter on pycharm. You don’t have a tkinter module like you use while using pip. To install tkinter in Pycharm, install the module “future” and restart pycharm. Tkinter will be imported.
+ 2
bharathkanna, have you read the question? This is about Sololearn's Code Playground, not about Pycharm.