Section 1

Preview this deck

FOR

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

4

All-time users

4

Favorites

0

Last updated

4 years ago

Date created

Mar 1, 2020

Cards (6)

Section 1

(6 cards)

FOR

Front

will loop some code a set number of times

Back

IF

Front

will do something if a condition is true

Back

age = input("Type in your age")

Front

gets user input and stores it in a variable

Back

int(age)

Front

turns variable age into an integer

Back

INPUT

Front

gets user input

Back

WHILE

Front

will loop some code until a condition is true

Back