2 Matching Annotations
- Oct 2022
-
runestone.academy runestone.academy
-
- lists can consist of any type of Python data
- elements in a list need not be the same type - ex. the following contains a string, float, integer and another list
- braces [ ] is simplest way to create lists
- a list within a list is said to be *nested
-
- Sep 2022
-
runestone.academy runestone.academy
-
and
as
assert
break
class
continue
def
del
elif
else
except
exec
finally
for
from
global
if
import
in
is
lambda
nonlocal
not
or
pass
raise
return
try
while
with
yield
True
False
None
-