Lab 1

This is lab #1

Lab 1 is an introduction to the Python program and shows the user simple commands.

β€”β€”β€”β€”β€”β€”β€”-

>>> 1 + 1
2
>>> print β€˜Hello Mother’
Hello Mother
>>> 1 + 1.2
2.2
>>> print hello

Traceback (most recent call last):
File β€œ<pyshell#3>”, line 1, in <module>
print hello
NameError: name β€˜hello’ is not defined
>>>

β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”-

hello world

goodbye

β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”-