pencil-icon
Build your own quiz

Computers

9th -

11thgrade

Image

Python Conditionals

13
plays

12 questions

Show Answers
See Preview
  • 1. Multiple Choice
    1 minute
    1 pt

    What will print to the screen?


    age = 5

    print(type<age>)

    <type 'float'>

    <type 'int'>

    <type 'bool'>

    <type 'string'>

  • 2. Multiple Choice
    1 minute
    1 pt

    What will print to the screen?


    age = 5

    young = age < 20

    print(type<young>)

    <type 'float'>

    <type 'int'>

    <type 'bool'>

    <type 'string'>

  • 3. Multiple Choice
    2 minutes
    1 pt
    Image

    What will be the output of this program?


    A
    B
    C

    A

    I need to work on my grade.

    prints nothing.  The program doesn't compile.

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?