issues
search
UpsilonNumworks
/
Upsilon
Upsilon, an OS forked from Omega for your Numworks calculator
https://getupsilon.web.app/
Other
209
stars
61
forks
source link
Request and change
#315
Open
theodorechle
opened
1 year ago
theodorechle
commented
1 year ago
I'd like you add somethings for python :
[ ] Add "\r" in python strings (return to the start of the line) and "\033[A" (same but can be used to return to several lines ago),
[ ] change the global variable __name__ to be "__main__" in the main script (allow to only do something if you're running this script specifically).
I'd like you add somethings for python :