Skip to main content

String

Sample codes
secret_password = 'jhk7GSH8ds'
print('Password hint: the third letter of your password is ' + secret_password[2])

Cheat Sheet

String Methods

python_string_method.jpg