pencil-icon
Build your own quiz

Computers

University

Image

Python Strings

247
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!")
    SyntaxError
    Hello world!
    "Hello world!"
    print(Hello world!)
  • 2. Multiple Choice
    30 seconds
    1 pt
    print("12"*3)
    What would this print?
    36
    121212
    24
    12*3
  • 3. Multiple Choice
    30 seconds
    1 pt
    What will the output be from the following code?
    print("3+4")
    7
    3+4
    34
    SyntaxError
  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?