Question: Write a python program to perform the below: a). Create a tuple and set with the following items: 17, 19, 88, 27, 35, 45, 66,

Write a python program to perform the below: a). Create a tuple and set with the following items: 17, 19, 88, 27, 35, 45, 66, 88, 99, 77 b). Display the element with the highest value in a set c). Count how many elements has a value 88 in a tuple d). Display the first occurrence of value 77 and display its position in the tuple e). Display the below letter of tuple of each item using the range below: Item Remark 0-50 Sold 51-85 Procured 86-100 Ordered
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
