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

what is the coefficient of x in the equation? y=x+4
√x^2 anyone can you solve this​
what is the difference between democracy and socialism HURRRYYY PLS
weathering turns ___ into _____
Which is the closest antonym for the word liberate? A-seize B-notice C-rescue D-discover
6. A piece of cardboard is cut in an L-shape as shown below. Find the total area of the cardboard Am 10m 12m
How has the constitution of Nepal defined as nation
How much of a circle does a 100-degree angle turn through? 1 100 180 50 c 360 100 360
Long division 5th grade I’m sorry if I’m asking a lot but I’m really new to this
Solve system by using substitution: 5x + 3y = -4 y - 2x = 6