Main Page
From NoSQLZoo
Revision as of 14:01, 10 July 2015 by 40166222 (talk | contribs) (→Run Python Programs from your browser)
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"