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

planning for war an effective measure to keep the peace ? Why or why not ?
the science teacher said, water freezes at zero digree celsius . (into indirect speech) ​
what is the most points scored in the first half of an nfl game
juan has $24 to spend at the bookstore if books $6 each how many books can he buy ?
Simplify the expression 3x-5y-12-y+x
Henry bought 3 tacos for $5, at this rate how much would he spend for 8 tacos?
identify the tense of Alex runs two miles each day
I need help on this ? Plss answer
how do you feel about the benefits of having an idea of selecting colors and color schemes on adobe photoshop? ​
Write a python program that takes two lists as input from the user, multiplies the index wise elements of the two lists and adds it to a new variable. While doi