pencil-icon
Build your own quiz

Computers

11th

grade

Image

Python

9.7K
plays

20 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 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
    30 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
    30 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?