Icon Crear Crear
Jugar Test
  • 1. 
    can be used to explain Python code
    A.
    variables
    B.
    comments
    C.
    string
    D.
    float
    2. 
    Are places to store data of various types in the computer’s memory
    A.
    Comments
    B.
    strings
    C.
    char
    D.
    Variables
    3. 
    It must begin with a lowercase letter or a _ sign.
    A.
    boolean
    B.
    integer
    C.
    variables
    D.
    true
    4. 
    starts with a # , and Python will ignore them
    A.
    variables
    B.
    comments
    C.
    date
    D.
    time
    5. 
    Examples of variables written correctly
    A.
    z = 1.2
    B.
    &g = 3
    C.
    name = John
    D.
    char = 'g'