Difference between revisions of "Main Page"
From NoSQLZoo
Line 11: | Line 11: | ||
</div> | </div> | ||
==Run Python Programs from your browser== | ==Run Python Programs from your browser== | ||
− | <div class=q data-lang=" | + | <div class=q data-lang="py"> |
Click the go button | Click the go button | ||
<div class=def> | <div class=def> |
Revision as of 14:01, 10 July 2015
Run Node.js Programs from your browser
Click the go button
console.log("Hello");
console.log("Hello World");
Run Python Programs from your browser
Click the go button
print "Hello"
print "Hello world"