Computers

7th -

11thgrade

Image

Python outputs

3.1K
plays

20 questions

Show Answers
See Preview
  • 1. Multiple Choice
    1 minute
    1 pt
    What will the output be from the following code?
    print(Hello world!)
    Hello world!
    SyntaxError
    Hello world
    print(Hello world!)
  • 2. Multiple Choice
    20 seconds
    1 pt
    What will the output be from the following code?
    print("Hello world!")
    SyntaxError
    Hello world!
    "Hello world!"
    print(Hello world!)
  • 3. Multiple Choice
    20 seconds
    1 pt
    What will the output be from the following code?
    Print("Hello world!")
    NameError
    Hello world!
    "Hello world"
    Print(Hello world!)
  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?