Basic Python Concepts Flashcards

1
Q

What is a Variable ?

A

A variable is place holder that holds information

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

What is a value?

A

Value is the information stored in the variable

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

What is an expression?

A

An expression combines values, variables, operators, and functions to produce values

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

What is a Statement?

A

Each line of code in Python is a Statement

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

What is a function?

A

a function is a reusable block of code that performs a specific action

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