Don't post wrong and spam plz
Question 1:- Write a program to display the message *"Hello", "0RPS0"* and *"Good Bye"*. Each of the three message should get displayed on a different line.
Answers
Answered by
3
print ('Hello')
print ('0RPS0')
print ('Good Bye')
*Output*
Hello
0RPS0
Good Bye
Answered by
0
Print (Hello)
Print (ORPSO)
Print (Good Bye)
OUTPUT
Hello
ORPSO
Good Bye
This is your answer
Hope it helped you
Bye bye
Print (ORPSO)
Print (Good Bye)
OUTPUT
Hello
ORPSO
Good Bye
This is your answer
Hope it helped you
Bye bye
Similar questions