Answer:
people = list(map(int, input().split())) # gets input and makes them into an integer
for i in range(len(people)):
if 0 <= people[i] <= 5:
print('Baby') # You didn't specify how you want to 'store' the info, but I'm just going to print it out
elif 6 <= people[i] <= 17:
print('Teen')
elif 18 <= people[i]:
print('Adults')
Explanation:
This is the basic structure of the code. This is written in Python 3x. If you are writing in a different language, then just use the template given to you!
Answer:
The basics of the Word window
Title bar. This displays the document name, followed by a program name.
Menu bar. This contains a list of options to manage and customize documents.
Standard toolbar. ...
Formatting toolbar. ...
Ruler. ...
Insertion point. ...
End-of-document marker. ...
Help.
Answer:
Could u state this more clearly
Explanation:
Answer: B) Web robot
Explanation:
Web robot or spider is the search engine program which automatically visit the new web site and update the information. Basically, it is the internet bot that helps in store the information from the search engine to the index.
Spider searches the web site and read the information in their given page for creating the entries from search engine.
Web robot is also known as web crawler, this type of programs are use by different search engine that automatically download and update the web content on web sites.
Answer:
the ribbon is a set of toolbar at a top of window in office program designed to help you quickly find a commans that you need to complete a task
Explanation:
what is the ribbon in word