lab #1

source code:
print(‘hello world’)
print(‘goodbye’)

description:

on the first screenshot, it shows adding 1+1 on the first line and showing the result on the next, the next line shows print(‘hi mom’) and the result is the next line,then it shows 1+1.2 and the result is 2.2, and the last line is print hello which was an error because in python you need to have parenthesis and apostrophe to get a result. in the second screen it shows the result from the codes above the description which the result was hello world and goodbye.