names cannot
Give this one a try later!
start with a number or special character(besides _), or be reserved
keywords
"not (A and B)" is equivalent to
Give this one a try later!
((not A) or (not B))
,tuples
Give this one a try later!
read-only list of objects enclosed in parentheses
** is used for
Give this one a try later!
exponents
% is the ______ operator and returns the _________
Give this one a try later!
modulus; remainder (11 % 2 = 1)
break
Give this one a try later!
exits loop
, not
Give this one a try later!
conditional evaluates to the opposite of what it would be without not
==
Give this one a try later!
equals/equal to
names can contain
Give this one a try later!
letters, numbers, and underscores
str.strip(char)
Give this one a try later!
removes all trailing/leading instances of a specified character
Give this one a try later!
start with a number or special character(besides _), or be reserved
keywords
"not (A and B)" is equivalent to
Give this one a try later!
((not A) or (not B))
,tuples
Give this one a try later!
read-only list of objects enclosed in parentheses
** is used for
Give this one a try later!
exponents
% is the ______ operator and returns the _________
Give this one a try later!
modulus; remainder (11 % 2 = 1)
break
Give this one a try later!
exits loop
, not
Give this one a try later!
conditional evaluates to the opposite of what it would be without not
==
Give this one a try later!
equals/equal to
names can contain
Give this one a try later!
letters, numbers, and underscores
str.strip(char)
Give this one a try later!
removes all trailing/leading instances of a specified character