Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
Wython-Shell
>>>print "hello"
hello
>>>hello
hello IST EIN UNGÜLTIGES KOMMANDO!
>>>JS()
JS() IST EIN UNGÜLTIGES KOMMANDO!
>>>wython
Wython v0.6
Die Shellunterstützung für Webdowsnutzer!
>>>user()
user() IST EIN UNGÜLTIGES KOMMANDO!
>>>funktion='3*x+32-Math.sqrt(x+1)'
3*x+32-Math.sqrt(x+1)
>>>x=1
1
>>>funktion
3*x+32-Math.sqrt(x+1)
>>>eval(funktion)
33.58578643762691
>>>x=500
500
>>>eval(funktion)
1509.6169707144006
>>>