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
Aufgabe 15
test
a
Parity in Python
GardenerList
project euler 16
Manual
pip install fire
gvgvg
list function