SUPER

Computers

6th -

10thgrade

Image

Python_Exam

13
plays

15 questions

Show Answers
See Preview
  • 1. Multiple Choice
    15 minutes
    5 pts

    Which of the following statements are correct?

    The variable names cannot start with a digit.

    Variables names in Python are case-sensitive.

    Variable names cannot start with the underscore _.

    Variable names can be reserved keywords.

  • 2. Multiple Choice
    15 minutes
    5 pts

    What is the data type of print(type(10))

    string

    int

    integer

    float

  • 3. Multiple Choice
    15 minutes
    5 pts

    var1 = 1

    var2 = 2

    var3 = "3"

    print(var1 + var2 + var3)

    6

    33

    123

    Error. Mixing operators between numbers and strings are not supported

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?