Want to create interactive content? It’s easy in Genially!

Get started free

Chloe Mamman

Chloe

Created on October 5, 2023

Start designing with a free template

Discover more than 1500 professional designs like these:

Transcript

Python help

What do I want to know?

Knowing

Doing

* 1 Question

What is the syntax for displaying content on the screen?

How do you tell Python to expect a number input?

What does syntax mean?

What is a string?

* 6 What areas explain the subject?

How do you tell Python to expect a number input?

How do you run your program?

What does the term selection mean?

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.

Integer

The int in python is a built-in method that converts a string or a number into an 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.