Computer Science, asked by galaxy19, 5 months ago

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 0RPS0
3

print ('Hello')

print ('0RPS0')

print ('Good Bye')

*Output*

Hello

0RPS0

Good Bye

Answered by raginigautam1980
0
Print (Hello)
Print (ORPSO)
Print (Good Bye)

OUTPUT

Hello
ORPSO
Good Bye

This is your answer
Hope it helped you
Bye bye
Similar questions