IDNLearn.com provides a collaborative environment for finding and sharing knowledge. Get comprehensive and trustworthy answers to all your questions from our knowledgeable community members.

Write the simplest statement that prints the following:
3 2 1 Go!
it asks me to use python I'm not quite sure how to solve this


Sagot :

Just you have to use the basic statement of python i.e print(

Code:-

print("3_2_1_Go!")

Output:-

[tex]\sf 3\;2\:1\:Go![/tex]