Question: 4. Filename: assign3-8.py Write a Python program that reads one string from the cmd and converts it to a tuple. H:>python C:Users aslsabbaghpourhokmaDocumentsIT2431Module3assign3-8.py Welcome World

4. Filename: assign3-8.py Write a Python program that reads one string from the cmd and converts it to a tuple. H:\>python C:\Users aslsabbaghpourhokma\Documents\IT2431\Module3\assign3-8.py "Welcome World" ('W', 'e', 'l', 'c', 'o', 'm', 'e', '', 'W', 'o', 'r', 'l', 'd') H:\>python C:\Users aslsabbaghpourhokma\Documents\IT2431\Module3\assign3-8.py Hello ('H', 'e', 'l', 'l', 'o')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
