Changes

Jump to navigation Jump to search
→‎Hello World: make code-like text
Line 10: Line 10:     
===Python 2===
 
===Python 2===
print 'hello world'
+
print 'hello world'
    
===Python 3===
 
===Python 3===
print('hello world')
+
print('hello world')
 +
 
 
==See Also==
 
==See Also==
 
*[http://www.python.org/ Python Software Foundation]
 
*[http://www.python.org/ Python Software Foundation]

Navigation menu