Toggle Navigation
Games
Blog
Class PIN
Join for Free
Sign in
Toggle Navigation
Games
PIN
Join for Free
Blog
Pricing
Contact us
Help center
Sign in
Study
HS Python coding vocab
0
%
0
0
0
Back
Restart
Boolan statement, opposite of true
fulse
false
not
False
Oops!
Okay!
Gives the opposite Boolean value of a variable
not
Other
Not
other
Oops!
Okay!
used to define a function or method of class
def
DEF
define
Define
Oops!
Okay!
Boolean statement: opposite of false.
True
true
tru
yes
Oops!
Okay!
Context manager, defines code to be executed within the context manager's scope.
WITH
within
with
WITHIN
Oops!
Okay!
Object identity check: determines if 2 objects are exactly the same.
IS
is
si
Is
Oops!
Okay!
code that might raise an exception
do
next
except
try
Oops!
Okay!
Most common loop, often used with "in"
FOR
for
Loop
loop
Oops!
Okay!
Used with import to bring in something from a specific module.
with
and
from
next
Oops!
Okay!
defines a function without a name and with only 1 statement
lambda
Delta
delta
Lambda
Oops!
Okay!
valid only when used with "def"; exits the function and returns the results
BACK
return
Return
Back
Oops!
Okay!
raises an exception
top
raise
raises
lifts
Oops!
Okay!
specifies code that should be run no matter what happens in the "try", "except" or "else" blocks
lastly
last
final
finally
Oops!
Okay!
defines the point in the function where control is given back to the event loop
event
await
stop
back
Oops!
Okay!
Stops the current loop and moves to next step
Next
CONTINUE
continue
NEXT
Oops!
Okay!
works like "if" statement but can only be used after an "if" or another of the same statement
else if
Elif
ElseIf
elif
Oops!
Okay!
Denotes blocks of code that should be run when "if" and "elif" statements are falsy
Elsethen
ELSETHEN
else
Else
Oops!
Okay!
Used to determine if both left and righ operands are truthy or falsy
and
AND
BOTH
both
Oops!
Okay!
Exits a loop early
BREAK
stop
break
Stop
Oops!
Okay!
containmennt check, is a element included in the data
with
included
out
in
Oops!
Okay!
defines an asynchronous function
asynch
async
sync
asynchronous
Oops!
Okay!
Defines a class in python, powerful in object-oriented programming
Group
Class
group
class
Oops!
Okay!
results in a no-op if the expression is truthy or an "AssertionError" if the expression is falsy
error
assert
true
express
Oops!
Okay!
indicates a block intentionally left blank
Skip
Pass
skip
pass
Oops!
Okay!
returns a "generator" from a function
YEILD
Yield
yeild
yield
Oops!
Okay!
remove indexes from a list or dictionary, or unsets a variable
remove
del
rid
delete
Oops!
Okay!
An empty string of code
None
blanck
none
blank
Oops!
Okay!
Used with "try" to define what happens when specific exceptions are raised
go
expand
except
continue
Oops!
Okay!
used to modify a variable that isn't defined in a function but in a global scope
define
modify
scope
global
Oops!
Okay!
Used with "import" and "from" to change the name of what is being imported
switch
as
alias
change
Oops!
Okay!
Connects 2 expressions and evaluates for true or false
ore
Or
OR
or
Oops!
Okay!
used to modify a variable that isn't defined in a function but from a parent scope
parent
nonlocal
global
local
Oops!
Okay!
Loop word, if conditions that follow are truthy, using this keyword will keep its statement running over and avoer
when
while
While
When
Oops!
Okay!
Used to include a module into your Python program
Bringin
bringin
import
IMPORT
Oops!
Okay!
Starts a conditional statement if the statement is true.
IF
then
Then
if
Oops!
Okay!
Your experience on this site will be improved by allowing cookies.
Allow cookies