I'm new to programming and after finishing to learn the basics of Python I got this app to practice on the go.
When I finished writing something on pythonistia I tried running it on my computer on pycharm but it didn't work.
From my understanding the modules I used are available only on pythonistia and wouldn't be able to work outside of it.
My question is, how do I run the code I've written here outside of pythonistia? Is there a way to export the modules?