Difference between revisions of "Main Page"
From NoSQLZoo
Line 12: | Line 12: | ||
<div class=q data-lang="py"> | <div class=q data-lang="py"> | ||
Click the go button | Click the go button | ||
− | < | + | <pre class=def>print "Hello" |
− | </ | + | </pre> |
<div class=ans> | <div class=ans> | ||
print "Hello world" | print "Hello world" |
Revision as of 14:31, 13 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"