Game Preview

HS Python coding vocab

  •  English    35     Public
    keywords for coding
  •   Study   Slideshow
  • remove indexes from a list or dictionary, or unsets a variable
    del
    rid
    delete
    remove
  •  15
  • used to modify a variable that isn't defined in a function but in a global scope
    scope
    modify
    global
    define
  •  15
  • used to modify a variable that isn't defined in a function but from a parent scope
    parent
    local
    nonlocal
    global
  •  15