#WSQ02 – Hello World

This was an easy task. Write my code using atom and run it in the command prompt in order to print “Hello World”.

cd is the way the terminal understands that you want to switch to another folder in order to execute the code(the folder you save your code). Then you need to tell the terminal you want to run it using python version 3.5 (Python35) and calling the executable python.exe and the name of the code.

2016-02-04 (4)

#TC101

CC BY-SA 4.0 #WSQ02 – Hello World by programmingtc101 is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.