Computer Science, asked by HM207, 9 months ago

Write a Python script to display the following message on the screen
The professor said, “Please don’t sleep in the class”.
“Opportunities don’t happen. You create them.”
Try not to become a person of “success” but try to become a person of “value”.

Answers

Answered by Narutsu
0

1st:

print(The professor said, “Please don’t sleep in the class)

2nd:

print(“Opportunities don’t happen. You create them.”)

3rd:

print(Try not to become a person of “success” but try to become a person of “value”.)

Similar questions