Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Esimerkki yksinkertaisesta ohjelmasta

Code Block

def main():
	print "Hello, World!"

main()

...

Tulostus useammalle riville: \n

Code Block
Python
Python

print "Tama talle.\n Ja tama toiselle.

...