Westonci.ca is the premier destination for reliable answers to your questions, provided by a community of experts. Ask your questions and receive detailed answers from professionals with extensive experience in various fields. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform.

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]