I know this is a very edge case and probably has no reason to exist,but are there pure python versions of builtins?
Specifically sys, I know its written in C for performance,but on my platform(a casio Prizm CG-FX 50 calculator) the standard library is non existent(ie math,random,and casioplot).
I've hit a developmental roadblock and really need a way of reading button presses, thus sys&stdin.
Thanks in advance
edit: Iv'e done some digging into the implementation and its MicroPython v1.9.4
edit2:It looks like a lot of the MP modules were removed during the port, I'm going to see if vanilla MP uos& usys is compatible.(will update)