'F' → Fullscreen
Create a new Python program named 1-2-output.py.
print("Hello, world!")print("This class is taught by Mr. Mortimer.")print("You are currently visiting: https://skynest.nexus")print() # Display a blank line#print("Hello, world!")print("This class is taught by Mr. Mortimer.")print("You are currently visiting: https://skynest.nexus")print() # Display a blank line
print("What is the answer to life, the universe, and everything?")print("The answer is 42.")print()
print("Sally sells seashells by the seashore.")print("Sally wants to invite you to invest in a money making opportunity.")print()
print("If you start to feel overwhelmed, just remember:")print("Mortimers don't quit, we get fired!")print()print()
print("Sincerely,")print("Mr. Mortimer")
# Display this message for 0.1 extra credit point# print()# print("PS Mr. Mortimer is the greatest teacher that ever lived.")#Verify your program works correctly.
Hello, world!This class is taught by Mr. Mortimer.You are currently visiting: https://skynest.nexus
What is the answer to life, the universe, and everything?The answer is 42.
Sally sells seashells by the seashore.Sally wants to invite you to invest in a money making opportunity.
If you start to feel overwhelmed, just remember:Mortimers don't quit, we get fired!
Sincerely,Mr. Mortimer
PS Mr. Mortimer is the greatest teacher that ever lived.
I also accept the following items for extra credit:1. Expired mayonaise2. A preserved eyeball3. A VHS tape of a movie that nobody has heard ofAnswer the following questions before submitting your work.
print() function?prnint() by mistake. What do you think would happen when you try to run your program?Submit the required files to the appropriate dropbox.