1) For many programmers, their first program is the one that follows. In this program, we tell the computer to display the words "Hello World!" on the screen. 2) Enter IDLE 3) Type the following (don't copy and paste): print 'Hello World!' 4) Read the output 5) Come up with your own saying for the computer to display 6) Reply to the post with the code used to display your own saying
2) Enter the following:
x = 2
y = 5
print x + y
3) Share the output in comments