58.6k views
5 votes
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

User Idanp
by
5.5k points

1 Answer

0 votes

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

Code:-

print("3_2_1_Go!")

Output:-


\sf 3\;2\:1\:Go!

User Lbennet
by
4.8k points