Conditional Execution Flashcards
1
Q
What is less than?
A
<
2
Q
What is less than or equal to?
A
<=
3
Q
What is equal to?
A
==
4
Q
what is greater than or equal to?
A
> =
5
Q
What is greater than?
A
>
6
Q
What is not equal?
A
!=
7
Q
what is multi way programing
A
8
Q
What is ELSE in python?
A
9
Q
What is try/except in python?
A
10
Q
A