name = raw_input("What is your name? ")
print "Hello %s :)" % name
About Gumby
Gumby is a way to quickly test and share short Python snippets on the web.
It is based on a conglomerate of JavaScript technologies including Emscripten (a llvm JS compiler) and ACE (a web code editor).
Gumby has a few simple aims:
- Allow restricted devices to perform simple coding tasks with Python
- Enable quick creation and testing of Python snippets
- Encourage sharing Python in a way that is easy to modify and evaluate
Technical Details
Authors

Loading ...