Want to create interactive content? It’s easy in Genially!
Chloe Mamman
Chloe
Created on October 5, 2023
Start designing with a free template
Discover more than 1500 professional designs like these:
Transcript
How do you tell Python to expect a number input?
Python help
How do you tell Python to expect a number input?
What does the term selection mean?
What is a string?
What does syntax mean?
How do you run your program?
* 6 What areas explain the subject?
What is the syntax for displaying content on the screen?
* 1 Question
Doing
Knowing
What do I want to know?
Selection is a programming constrict that the computer reads line by line
The most basic and easy way to run a Python script is by using the python command.
the arrangement of words and phrases to create well-formed sentences in a language.
Lorem ipsum dolor sit amet
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
A string is a data type used in programming, that is used to represent text rather than numbers.
The int in python is a built-in method that converts a string or a number into an integer
Integer
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
The print() function prints the specified message to the screen, or other standard output device.