Question: * * * 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: variable1=Python is a fun programming language to learn and use.
Print the content of the three variables to the screen. For example: print(variable1) Its okay to have syntax or run-time errors in your recording. Fix the errors and re-run your code.
In IDLE, create a new Python file by clicking on File=>New 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 Run=>Run 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 (non-interactively). 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!