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
EleoNora [17]
2 years ago
12

A loop that will output only the names that come before "Thor" in the alphabet from the names list.

Computers and Technology
1 answer:
matrenka [14]2 years ago
3 0

names = ["Kevin", "Joe", "Thor", "Adam", "Zoe"]

names.sort()

for x in names:

   if x == "Thor":

       break

   else:

       print(x)

I made up my own names for the sake of testing my code. I wrote my code in python 3.8. I hope this helps.

You might be interested in
What are Important points to include about preventing the download of malware?
Natasha2012 [34]

Check if it’s a viable site, the browser will usually warn you if the site or file as to what you’re downloading from is dangerous.

7 0
3 years ago
Why did Herman Hollerith invent the Tabulating Machine?
Anvisha [2.4K]

Answer:

the machine was developed to help process data for the 1890 U.S. Census.

Explanation:

U.U

8 0
3 years ago
Navigational signs on the highway are often which colors?
scoundrel [369]

Answer:D

Explanation:

8 0
2 years ago
Read 2 more answers
All of the following are challenges presented by changing technology as it relates to the special events field EXCEPT: A. the ab
mel-nik [20]

Answer:

The answer is "option C".

Explanation:

The change in technology can be characterized as that of an increase in the production feasible thru the innovations, new technologies, and dispersion procedures at a specified amount of production. This technology concerns the Excluding area of special events, even if it needs the new master software and applications continuously, and the wrong choices can be defined as follows:

  • In choice A, it is a part of event management that's why it is wrong.
  • In choice B it is wrong because it is used in learning.
  • In choice D, it is wrong because it is used to make progress.
4 0
3 years ago
Web storage stores data in the browser in
Andrew [12]

Answer:

session.

Explanation:

Web storage stores data in the browser in sessions.There are two types of web storage APIs available local storage and session storage.Both of these storages are used to store data on client side.While session stores data in key/value pairs which consists of strings.The maximum Limit of data storage is about 5MB.

6 0
3 years ago
Other questions:
  • The protocol that makes it possible for a Macintosh web browser to be able to retrieve a Web page from a Microsoft Web server is
    8·2 answers
  • When uninstalling software, it is best to delete the folder containing the software?
    11·1 answer
  • Music voice and sound effects can all be recorded and stored on a computer as
    15·1 answer
  • Which of these is NOT an advantage of the impact of computer careers.
    9·1 answer
  • When CPU failed what will happen?
    10·1 answer
  • Describe what is meant by the following:
    14·1 answer
  • Write a pseudocode that will take marks of physics, chemistry and math as input, calculates the average and displays output.
    7·2 answers
  • Edhesive coding practice 3.4​
    12·1 answer
  • Python
    6·1 answer
  • In 100 words or less, discuss why ethics is especially important for computer professionals, as it pertains to addressing profes
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!