pencil-icon
Build your own quiz

Other

11th

grade

Image

Python Final Exam

6
plays

20 questions

Show Answers
See Preview
  • 1. Multiple Choice
    20 seconds
    1 pt
    What will the output be from the following code?
    print("Hello world!\nHello world!")
    Hello world! Hello world!
    Hello world!
    Hello world!
    SyntaxError
    Hello world!
  • 2. Multiple Choice
    45 seconds
    1 pt
    What will the output be from the following code?
    print("Hello" + str(2) + "world!")
    Hello world! Hello world!
    Hello2world!
    Hello Hello world! world!
    SyntaxError
  • 3. Multiple Choice
    20 seconds
    1 pt
    What is syntax?
    Syntax is the word used to describe an error
    Syntax is the rules of the programming language
    It is used to read information
    It is used to output information 
  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?