Basic Python Flashcards

1
Q

Declare a string

A

first_name = “Bryan”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Declare an integer variable

A

age = “21”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Declare a tuple

A

languages = (‘Python’, ‘Javascript’)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Declare a dictionary

A

address = {“street”: “Maple Lane”, “house_num”: “101”}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly