Suppose there is a list containing the names of animals. Write a Python program that will display only the first and last animal names from the given list. Write a Python program that displays the...


Suppose there is a list containing the names of animals. Write a Python program that will display only the first and last animal names from the given list.


Write a Python program that displays the smallest number from the list.


What will be the output of the given code?


>>>values = input(“input some comma separated numbers:”)


>>>list = values.split(“,”)


>>>print (‘list”:’,list)




May 18, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here