hello world!

 ok, im going to make that ever so popular first program that everyone writes in python - its actually too simple, but, gotta start with the basics.


all it is, is one line of code, calling the built in method "print"


the below  line should print to the screen "hello world!" without the quotes then exit


print("hello world!")

Comments

Popular posts from this blog

sorry that i havent been posting much - i see this blog is popular (well, for my normal readers count) :)

i think im going to write an operating environment in pyth, on.