pencil-icon
Build your own quiz

Computers

8th -

12thgrade

Image

Python Strings

965
plays

14 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt

    Python accepts single ('), double (") and triple (''' or """) quotes to denote strings. Which of the following is NOT acceptable Python syntax?

    print('Hello World')

    print("Hello World")

    print('Hello World")

    print(""'Hello World'"")

  • 2. Multiple Choice
    30 seconds
    1 pt

    What is printed by the following statement?

    print("P" not in "APCSP")

    True

    False

    Error

  • 3. Multiple Choice
    30 seconds
    1 pt

    What is printed by the following statement?

    print("A" in "APCSP")

    True

    False

    Error

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?