Question
Install Python Open IDLE. Search for IDLE and open it. Open the file called example.py linked below these instructions in your M1 Content module in
Install Python
Open IDLE. Search for IDLE and open it.
Open the file called example.py linked below these instructions in your M1 Content module in IDLE. The program describes Python inputs and outputs and shows an example.
Create a new file and save it as M1Lab1 with your initials.[example for person whose initials are cc:M1Lab1cc.py]
Write a short program that uses inputs and outputs to identify the users name, prior Python language experience, and skills with other programming languages. In your program, include these steps:
print a welcome message,
ask the user to input prior Python experience,
ask which programming languages the user studied,
print the results of the variables where you stored the inputs to the console.
Save your program, run it and test it.
Take a screenshot of your program output in the Python console window [Alt Key + PrntScreen].
Right click and Paste the screenshot into the same Word document with your pseudocode.
Your screenshot
Python program
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started