Cookies help us deliver our services. By using our services, you agree to our use of cookies. More information

Difference between revisions of "Main Page"

From NoSQLZoo
Jump to: navigation, search
Line 11: Line 11:
 
</div>
 
</div>
 
==Run Python Programs from your browser==
 
==Run Python Programs from your browser==
<div class=q data-lang="js">
+
<div class=q data-lang="py">
 
Click the go button
 
Click the go button
 
<div class=def>
 
<div class=def>

Revision as of 15: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"

Getting started