Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
working with strings
#python 2.7.12 phrase = "Ahmed Ibrahim" print(phrase + " is cool") print(phrase.lower()) print(phrase.upper()) print(phrase.upper().isupper()) print(len(phrase)) print(phrase[6]) print(phrase.index("m")) print(phrase.replace("Ahmed" , "moataz"))
run
|
edit
|
history
|
help
0
MultiDeco
Date time
Lambda
Array Example
0dd08b977895229d09b4848e467a4e10162ed345de0b245922b3505909d33ead
Supermarket prices and stock
binary
my shopping list at supermarket
Filter dictionaries with specific keys
PyClassMethod