3 Matching Annotations
  1. Jan 2025
    1. Keywords define the language’s syntax rules and structure, and they cannot be used as variable names.

      This includes mathematic operations like + and -.

    1. print(type(n))

      The type cast puts out what the variable type is.

    2. input function allows the programmer to provide a prompt string

      Function is built-in. Returns String value.