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