A Py Scratch Sheet On The Fly ~~`
Hi, People. Os presento aquí una ventana de ayuda y probar al vuelo trocetes de código (python). Útil si requerís verificar algo (corto y) rápido, un manual que estéis leyendo, por ejemplo, y os pilla en el trayecto del metro o, en fin, fuera del entorno habitual de estudio o trabajo y/o no podéis esperar. —Hey, que a veces pasa…
Por cierto, powered by klipsify es interactiva, probad!
And now, we are going to klipsify this code snippet:
def foo():
print("Hello World!")
foo()
Edit. date ;; Wed 21 Sep 19:42:50 BST 2022
I should say that the above python scratch page has a handicap as it cannot run properly on mobile browsers, but the fact is that this try dates back to a time when PyScript did not exist, yet. Let's try the same plan with this other approach this time, using PyScript.