Question: Create a tuple which includes random 10 numbers between-100 and 100 (use necessary library and commands) a) Calculate sum of tuple elements with for
Create a tuple which includes random 10 numbers between-100 and 100 (use necessary library and commands) a) Calculate sum of tuple elements with for loop. b) Convert your tuple to list and extend it with your name and surname. c) Perform any three list manipulation techniques.
Step by Step Solution
3.52 Rating (152 Votes )
There are 3 Steps involved in it
Heres a Python program that generates a tuple with 10 random numbers between 100 and 100 calculates ... View full answer
Get step-by-step solutions from verified subject matter experts
