replit module
[deleted]
What are all the functions and classes in the python module replit? I know that the repl.it team made it, btw.
Voters
[deleted]
There only seems to be one method and that is clear
import replit print(help(replit))
What are all the functions and classes in the python module replit? I know that the repl.it team made it, btw.
There only seems to be one method and that is clear
import replit print(help(replit))
I made a repl which shows the source code of the repl. https://repl.it/@ash15khng/trying-to-find-replitpy It doesn't work anymore (idk why) but I pasted the files into a folder.