Literals and Relational Operators

4-1 - Boolean expressions

a: [1]
b: []
c: []
d: [1]

4-2 - Boolean expressions

e: [1]
f: []

4-3 Literals

a: 73
b: Hello
c:
d: Brian
e: 37

4-13 – equality and identity operators

1

4-14 – inequality and non-identity operators

2

4-15 – comparison operators

2 is less than 3
2 is less than or equal to 3

4-16 – logical operators


1
1