Python

Python

University

55 Qs

quiz-placeholder

Similar activities

Pra UAS MPPL

Pra UAS MPPL

University

50 Qs

Information and communications technology 101-150

Information and communications technology 101-150

University

50 Qs

MECHANICAL-TECHNICAL

MECHANICAL-TECHNICAL

University

60 Qs

ELECTRO 1 Mid-term Examination (Part 2)

ELECTRO 1 Mid-term Examination (Part 2)

University

60 Qs

504L UT5 P3R4NCAN64N D4N P3MR)GR4M4N W3B-2021-1

504L UT5 P3R4NCAN64N D4N P3MR)GR4M4N W3B-2021-1

University

50 Qs

Information and communications technology 151-200

Information and communications technology 151-200

University

51 Qs

FINAL EXAM: LIVING IN THE IT ERA

FINAL EXAM: LIVING IN THE IT ERA

University

50 Qs

DFTG-1309 Final

DFTG-1309 Final

University

50 Qs

Python

Python

Assessment

Quiz

Instructional Technology

University

Easy

Created by

michael Bolinger

Used 2+ times

FREE Resource

55 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What is the output of this function?
print("www.cisco.com".lstrip("w."))

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these methods uses whitespace characters to convert a string into a list?

Convert

Seperate

Replace

Join

Split

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What is the output of this function?
alpha = "abcde"
print(min(alpha))

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What is the output of this function?
alpha = "abcde"
print(alpha + "f")

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What is the output of this function?
i_am = 'I\'m'
print(len(i_am))

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What is the output of this function?
print("aAbByYzZaA".index("Z"))

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What is the output of this function?
alpha = "vwxyz"
print(min(alpha))

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?