1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
quester [9]
3 years ago
11

Write a loop that finds the sum of the numbers between 7 and 34

Computers and Technology
1 answer:
Westkost [7]3 years ago
7 0

THIS IS FOR PYTHON

total = 0

for i in range(7, 35):

   total += i

   print(i)

print(total)

I forgot the reason but python always stops one number before your desired value. So that's why it's 35

You might be interested in
Which of the following describes the phishing method of information security crime?
Marianna [84]
<span>C. pretending to be someone else when asking for information</span>
3 0
3 years ago
Read 2 more answers
All of the following are examples of extracurricular activities except:
mart [117]
A, because normally that would be a requirment
8 0
3 years ago
Read 2 more answers
Edhesive Intro to CS: 3.4 Code Practice: Question 1, Input a word. If it is "yellow," print "Correct." Otherwise, print "Nope."
Novosadov [1.4K]

Answer:

yes it does

Explanation:

4 0
3 years ago
Read 2 more answers
Por qué es importante modificar la apariencia de un gráfico
Karolina [17]

do you talk English:) could you translate

4 0
3 years ago
Where are domain user passwords stored?
seropon [69]

Answer:a)Local Database

Explanation: Local database is the type of the application database storage that is responsible for storing of the data locally in accordance with the application. It uses the SDF files for the processing and these files don't require much effort such as installing of any particular server for the database.They are considered as not highly secure databases.Therefore,the correct option is option(a).

8 0
3 years ago
Other questions:
  • When it comes to collecting and organizing prospect and account​ information, salespeople have a large variety of computer syste
    15·1 answer
  • Which is a copyright
    13·2 answers
  • What are the differences between the various EHRs?
    9·1 answer
  • . Two blue armies are each poised on opposite hills preparing to attack a single red army in the valley. The red army can defeat
    5·1 answer
  • Setting the isShowing property to false of the opacity property to o will delete an object from an Alice world.
    15·2 answers
  • What is net pay?<br> What is net pay?
    11·2 answers
  • The space that helps you organize your PowerPoint or Web Page is called ______.
    13·1 answer
  • Atheel tests a program and gets a NameError. How can this be fixed?
    13·2 answers
  • The ideal body position for your legs after you've adjusted your seat is with your knee ___.
    8·1 answer
  • Dynamics simulate stillness via calculations performed by the computer.
    13·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!