message= "Game over" message | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

message= "Game over" message

Please some one should help with this code to display game over as an output.

18th Aug 2023, 1:32 PM
ALUMA NNAMDI FORTUNE
ALUMA NNAMDI FORTUNE - avatar
6 Answers
+ 7
Where is code?
18th Aug 2023, 1:45 PM
A͢J
A͢J - avatar
+ 6
ALUMA NNAMDI FORTUNE , Print the message statement to display output... Like, print(message)--->for Python Please mention the language in relevant tag... instead other things...
18th Aug 2023, 1:47 PM
Riya
Riya - avatar
+ 3
I have gotten it. Thanks
18th Aug 2023, 2:36 PM
ALUMA NNAMDI FORTUNE
ALUMA NNAMDI FORTUNE - avatar
+ 3
In Python: message="Game over" print(message) # Game over Learn python 🙏
20th Aug 2023, 1:22 PM
NinjaGamer
NinjaGamer - avatar
0
To display game over used print like this print(message)
20th Aug 2023, 12:42 PM
Clara Falisha Suardi
Clara Falisha Suardi - avatar
0
message ="Game over" print ("Game over")
23rd Aug 2023, 1:40 PM
Wai Yan Phyo
Wai Yan Phyo - avatar