Answered step by step
Verified Expert Solution
Link Copied!

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: 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications 15th International Conference Dexa 2004 Zaragoza Spain August 30 September 3 2004 Proceedings Lncs 3180

Authors: Fernando Galindo ,Makoto Takizawa ,Roland Traunmuller

2004th Edition

3540229361, 978-3540229360

More Books

Students also viewed these Databases questions

Question

Describe the appropriate use of supplementary parts of a letter.

Answered: 1 week ago