Home About Me Scratch Web Development Google 20 Python Assignments Java Assignments

My Python Stuff

Assignments

Notes

Practice Problems

String Operations

D.) If myString = “cool” than the output of print myString.capitalize() would be Cool.

H.) The output is a 3 because that is the digit in which an “l” was found”

I.) The output is a -1 because there were no “X” found.

Intermediate-Indexing Strings

Which of these pairs are two things with the exact same value?:

A, B, D, and E output the same value in the pairs.

Advanced