Main Page
Revision as of 03:43, 22 August 2012 by Kevin Dunn (talk | contribs)
- Try it out:
# Hello World in Python
def main():
print "Hello World!"
if __name__ == '__main__':
main(s)
Place source code here; replace lang if necessary
# Hello World in Python
def main():
print "Hello World!"
if __name__ == '__main__':
main(s)
Place source code here; replace lang if necessary