Presentation is loading. Please wait.

Presentation is loading. Please wait.

Python 9 Mr. Husch.

Similar presentations


Presentation on theme: "Python 9 Mr. Husch."— Presentation transcript:

1 Python 9 Mr. Husch

2 Aim Analyze the Python system to determine input and output
Construct a sequence of code to ask users for input

3 How Programs Work Constructing a step by step process of how a program works. At its very core, a program works as follows: Take in information Change information Display the information how it changed So far the you have done plenty of print commands to show the changes in the information but now you are going to generate programs that take information from a user.

4 Copy this code to get started, save as LastName_Python9

5 You will need to use that code and edit it!
The comma (,) at the end of each print line is to continue the line and not start a new one. You can work in pairs to collaborate and create your own input programs that asks different questions and generates different information. You may choose to make it more complex by inserting calculations. However, you should first look up what raw input is online. Reflect afterwards on the quality of the program and your ability to collaborate with another coder.


Download ppt "Python 9 Mr. Husch."

Similar presentations


Ads by Google