Answer:
#Declare the variables.
the_dict = {}
dictlist = []
#Begin the while loop.
while True:
#Prompt the user to enter the name
#and the number.
input_name = input("Name: ")
input_number = input("Number: ")
#Ask the user to continue or stop
#the program.
input_choice = input('More data (y/n)? ')
the_dict[input_name] = input_number
#Check the input.
if input_choice == 'n':
break
#If the user want to continue
#then append in the list.
for key, value in the_dict.items():
#Store the values in dictionary.
temp_val = (key,value)
dictlist.append(temp_val)
#Sort the list.
print(sorted(dictlist))
Answer:
Quick Analysis toolbar
Explanation:
it appears with the options formatting, chart, total, table, sparklines
An example would be a: motorized vehicle aka a car or a bike etc.