bstephenson22 bstephenson22
  • 22-01-2020
  • Computers and Technology
contestada

Write a loop to print 56 to 70 inclusive (this means it should include both the 56 and 70). The output should all be written out on the same line.

Respuesta :

problemsolver2019
problemsolver2019 problemsolver2019
  • 28-01-2020

Answer:

for i in range(56,71):

   print(i)

Explanation:

By the range 56 to 71 it means that for loop will run when i=56 to i=71, but the upper bound is one less than the upper bound, and which is 70. So the above loop will print integers from 56 to 70.

And the above code is in Python.

Answer Link
fnej
fnej fnej
  • 22-04-2021

Answer:

for i in range(56, 71):

  print(i, end=" ")

Answer Link

Otras preguntas

Lord baltimore the proprietor of maryland established that colony as a haven for
Etruscan painting was highly developed and used pigments created from stone and minerals. True False
Find the value of y A)y=2 B)4 √3 / 3 C)4 D)4 √3
URGENT PLEASE HELP!!!The __________ was most responsible for the ethnic diversity that developed in Washington during the years of growth. Question options: A)K
Please Help! 30 points and a Brainiest! 1. What was of such lasting importance about Antonio Stradavari? 2. How does an instrument appraiser try to determine wh
Givw two reason why we feel earths gravitynmore strongly than th be moons gravity
Please I need help on this thanks
what is the value of the expression -225 divided by (-15)?
The graph shows the relationship between the number of pizzas and the number of people the pizzas will feed at a party. How many pizzas will it take to feed
Question number 2 please ..