Want to make creations as awesome as this one?

More creations to inspire you

7 CONTINENTS

Horizontal infographics

A2 - ABENTEUER AUTOBAHN

Horizontal infographics

STEVE JOBS

Horizontal infographics

OSCAR WILDE

Horizontal infographics

TEN WAYS TO SAVE WATER

Horizontal infographics

NORMANDY 1944

Horizontal infographics

LIZZO

Horizontal infographics

Transcript

What do I want to know?

Knowing

Doing

* 1 Question

What is the syntax for displaying content on the screen?

* 6 What areas explain the subject?

How do you run your program?

What does syntax mean?

What is a string?

What does the term selection mean?

How do you tell Python to expect a number input?

Python help

How do you tell Python to expect a number input?

Number=int(input("please enter a number"))

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

Lorem ipsum dolor sit amet

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.