Part 3 Add this comment:# LAB 7: Part 3 Write a Python function that makes user enter the elements of tuple then returns the tuple. Sample1: Please enter the size of tuple: 4 Please enter the...

Sol in python apply list and tuples and write comments
Part 3<br>Add this comment:# LAB 7: Part 3<br>Write a Python function that makes user enter the elements of tuple then returns<br>the tuple.<br>Sample1:<br>Please enter the size of tuple: 4<br>Please enter the element1: Jana<br>Please enter the element2: 2<br>Please enter the element3: Sarah<br>Please enter the element4: 3.3<br>The tuple is: ('Jana', '2', 'Sarah', '3.3')<br>Sample2:<br>Please enter the size of tuple: 3<br>Please enter the element1: 20<br>Please enter the element2: 50.4<br>Please enter the element3: Enas<br>The tuple is: ('20', '50.4', 'Enas')<br>

Extracted text: Part 3 Add this comment:# LAB 7: Part 3 Write a Python function that makes user enter the elements of tuple then returns the tuple. Sample1: Please enter the size of tuple: 4 Please enter the element1: Jana Please enter the element2: 2 Please enter the element3: Sarah Please enter the element4: 3.3 The tuple is: ('Jana', '2', 'Sarah', '3.3') Sample2: Please enter the size of tuple: 3 Please enter the element1: 20 Please enter the element2: 50.4 Please enter the element3: Enas The tuple is: ('20', '50.4', 'Enas')

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here