(Solved) : Install Python Open Idle Search Idle Open Open File Called Examplepy Linked Instructions Q44104071 . . .
Install Python
Open IDLE. Search for IDLE and open it.
Open the file called example.py linked below theseinstructions in your M1 Content module in IDLE. The programdescribes Python inputs and outputs and shows an example.
Create a new file and save it as M1Lab1 with yourinitials. [example for person whose initials arecc: M1Lab1cc.py]
Write a short program that uses inputs and outputs toidentify the user’s name, prior Python language experience, andskills with other programming languages. In your program, includethese steps:
print a welcome message,
ask the user to input prior Pythonexperience,
ask which programming languages the userstudied,
print the results of the variables where you storedthe inputs to the console.
Save your program, run it and test it.
Take a screenshot of your program output in the Pythonconsole window [Alt Key + PrntScreen].
Right click and Paste the screenshot into the sameWord document with your pseudocode.
Your screenshot
Python program
Expert Answer
Answer to Install Python Open IDLE. Search for IDLE and open it. Open the file called example.py linked below these instructions i…
OR