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
Morgarella [4.7K]
2 years ago
5

Write one for loop to print out each element of the list several things. then write another for loop

Computers and Technology
1 answer:
Kay [80]2 years ago
6 0

Question:

Write one for loop to print out each element of the list several_things. Then, write another for loop to print out the TYPE of each element of the list several_things.

Answer:

The solution in python is as follows:

for element in several_things:

    print(element)

   

for element in several_things:

    print(type(element))

Explanation:

The solution assumes that the list several_things has already been initialized.

So, the rest of the code is explained as follows:

This line iterates through the list, several_things

for element in several_things:

This line prints each element

    print(element)

This line iterates through the list, several_things for the second time    

for element in several_things:

This line prints the type of each element

    print(type(element))

You might be interested in
Andre is teaching a class without the software development cycle while teaching the analyst phase which task should Andre mentio
Delvig [45]

I have no idea sorry

7 0
3 years ago
Which of these statements describes the difference between binary and decimal numbers?
ElenaW [278]

Answer:

A

Binary numbers use only the digits 0 and 1; decimal numbers use 0 through 9.

Explanation:

Binary means in couples of two. So you count using 0s and 1s like 01, 10, 11, 100, 101, 110, 111, and so on.

7 0
2 years ago
Read 2 more answers
Compared with other PC operating systems, the Linux-based operating systems:
eduard

The PC operating systems are operating systems that run on personal computers

<em>The Linux-based operating system are (a) free or very inexpensive</em>

Several operating systems run on PC; the most popular are <em>Windows, Linux and, macOS</em>.

  • The Windows operating system costs between $100 and $250, for a genuine copy
  • The macOs costs between $69 and $115, for a genuine copy

However, the Linux operating system is free, and it is also open source.

Hence, in comparison to the other PC operating systems, the Linux based operating system is <em>free or very inexpensive</em>

Read more about operating systems at:

brainly.com/question/2126669

7 0
2 years ago
Identify the layout in which you will be able to view and edit the header and footer
sergiy2304 [10]
The answer is (c.) Print Layout

The print layout view is the default view in Microsoft Office Word upon opening the application. In a new document, to add a header and a footer, go to Insert Tab. Under the Header and Footer section, you have the option to add a header and a footer. There are built-in designs to choose from by just clicking on the drop down arrow.
6 0
3 years ago
How to calculate least count of a stopwatch
Nimfa-mama [501]
Look. You need to stop your watch at 00:00. And then you'll see that its least count is 0.01 second and then you should add your clocks' response time to make results more accurate.
8 0
2 years ago
Other questions:
  • HELP I don't understand this
    14·2 answers
  • You put $500 in an interest bearing bank account that pays 2% per year but has a fee of $2 per month. Are you getting ahead?
    14·2 answers
  • The Magic Square is a grid with 3 rows and 3 columns with the following properties: • The grid contains every number from 1 to 9
    9·1 answer
  • Which option marks all modification made within a document? Review Comment Track Changes Balloons
    15·2 answers
  • An example of a current disruptive technology is a?
    8·2 answers
  • What would be an ideal scenario for using edge computing solutions?
    10·1 answer
  • Help plz,l didn’t pay attention in class
    7·1 answer
  • Please choose the correct option please tell fast​
    9·1 answer
  • Who invented the Bluetooth device​
    12·1 answer
  • Explain different types of networking-based attacks
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!