+ 5
message= "Game over" message
Please some one should help with this code to display game over as an output.
6 Antworten
+ 7
Where is code?
+ 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...
+ 3
I have gotten it. Thanks
+ 3
In Python:
message="Game over"
print(message) # Game over
Learn python 🙏
0
To display game over used print like this
print(message)
0
message ="Game over"
print ("Game over")