What will be the output of the given code? >>>values = input(“input some comma separated numbers:”) >>>list = values.split(“,”) >>>print (‘list”:’,list) What will be the output of the given code?...


What will be the output of the given code?


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


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


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


What will be the output of the given code?


>>>list = [‘hey’, 234, 1.32, ‘book’, 100]


>>>print (‘list before poping:”,list)


>>>list.pop(-1)


>>>print(“list after poping:”, list)




May 18, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here