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

In his short story “The Minister's Black Veil,” Nathaniel Hawthorne develops the themes of A. redemption and faith. B. isolation and intolerance. C. huma
In the system –12c + 3d = 6 and –3c + 6d = –9, which expression could you use for substitution? A. d = –1/2c – 3/2 B. c=-2d+3 C. c = 1/4d – 1/2 D. d = 4c – 2
Can you please solve and explain how
The three vertices of △ABC are in quadrant I. If △ABC is reflected in the x-axis, its image will lie in quadrant
The total pressure in an 12.2 l automobile tire is 41.0 psi at 15.0 ∘c. how much does the pressure in the tire rise if it warms to a temperature of 32.0 ∘c and
Geometry math question no Guessing and Please show work thank you
Word Problem The Waist to Hip Ratio (WHR) is a ratio commonly expressed as a decimal that has been shown to be a good predictor of possible cardiovascular prob
Access control lists typically reside on a _________ to determine which packets are allowed to route through them.
Can someone please help me please
Find the average value fave of the function f on the given interval. f(t) = e^sin(t) cos(t), [0, π/2]