itsforever6634 itsforever6634
  • 01-06-2022
  • Computers and Technology
contestada

Choose the correct numbers in order to have the following output.

3 1
3 2
4 1
4 2

for numx in [3,
]:
for numy in [1,
]:
print (numx, numy)

Respuesta :

coderic coderic
  • 03-06-2022

Answer:

4, 2

Explanation:

for numx in [3, 4]:

   for numy in [1, 2]:

       print (numx, numy)

make sure to indent properly

Answer Link

Otras preguntas

Which one of the following basic patterns of demand is difficult to predict because it is affected by national or international events or because of a lack of d
Many fast-food restaurants compete on lean business concepts. Match each of the following activities at a fast-food restaurant with the lean business concept it
Which of the following statements best explainswhy producers conduct market research?O A. Anticipating trends makes it easier todistribute goods and services.O
write an article for publication on the dangers on our roads
WILL MARK BRAINLIEST.....Write a program in Arduino IDE using C++ and upload in edvino, initialize two variables x and y. Add x and y and save in x by using ari
Solve the proportion 6 / 18 = p / 36
use the elimination method to solve the system of equations. Choose the correct ordered pair. 5x-y=27 and 5x+4y=42​
¿Cómo se dice "receipt" en español? A. El cambio B. El recibo C. El centavo D. El kilo
To the nearest gram, what is the mass of one spoonful of sugar?
1. Solve 2r - 15 = -9r + 18. a.) r = -0.3 b.)r = -3 c.)r = 0.3 d.)r = 3​