Skip to content

Categories:

Lab 1

In this lab, i am simply telling python to print “hello world” and “Goodbye”.

 

source Code;

print (‘hello world’)
print (‘GoodBye’)