Answered step by step
Verified Expert Solution
Question
1 Approved Answer
* * * i need help idk how to do this can you give me step by step with screen shots on how to do
i need help idk how to do this can you give me step by step with screen shots on how to do this
Instructions
In this module you have learned different ways of developing and running your Python code. In this assignment, you will have the opportunity to apply all these Python development methods.
Please screen capture video on the following tasks:
Interactively use IDLE or any other Python IDE you prefer to create three variables that store texts. For example: variablePython is a fun programming language to learn and use.
Print the content of the three variables to the screen. For example: printvariable Its okay to have syntax or runtime errors in your recording. Fix the errors and rerun your code.
In IDLE, create a new Python file by clicking on FileNew File.
In the first line, create a comment # and write anything in it
Enter the code you created during steps A and B above.
Save the file and run it in IDLE click on RunRun Module
Open the Windows command prompt Windows users or MacOS terminal MacOS users and, when needed, change to the folder where your py file created in step F above is stored.
In the Windows command prompt or MacOS terminal execute the py file using the python command noninteractively See Module Notes for more details.
In the same command prompt window, enter the Python shell interactive mode
Enter and execute the code you created during steps A and B above.
Leave the Python shell.
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