27. Expression vs statements Flashcards
1
Q
What is an expression?
A
piece of code that produces a value
ex:
user_age = iq / 5
the part that says iq/5
Coding > 27. Expression vs statements > Flashcards
What is an expression?
piece of code that produces a value
ex:
user_age = iq / 5
the part that says iq/5