Computers

12th

grade

Image

Python String

1.5K
plays

20 questions

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

    One of the following functions is not used with Python String

    Split

    Remove

    print

    Replace

  • 2. Multiple Choice
    30 seconds
    1 pt

    Choose the correct syntax of the split function:

    x.split[]

    split(x)

    x.split(",", 3)

    X.SPLIT(",", 3)

  • 3. Multiple Choice
    30 seconds
    1 pt

    Choose the correct syntax of the replace function:

    x.Replace(x)

    x.replace(y)

    x.replace(3,x)

    x.replace("j","3")

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?