well, i bought a huge book on python, now i actually have something to study :)
Posts
hello world!
- Get link
- X
- Other Apps
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!")