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[0])
run
|
edit
|
history
|
help
0
Shabnam_ticket
Lambda
Parity in Python
Glimpse Of Numpy Python
GayChicken
trial
python2 - division - 0
binary
Supermarket prices and stock
mergeTrees