Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
StringManipulation
word1="kelsey" word2="alexia" word3="alfaro" newWord1=word1.upper() newWord2=word2.swapcase() newWord3=word3.capitalize() print((newWord1) + (newWord2) + (newWord3)) #Kelsey Alfaro #StringManipulation #4/23/18 #This file uses the string method.
run
|
edit
|
history
|
help
0
shuru17
hw1
Lawrence.py
Print lists separated by comma
https://rextester.com/HYVN80193
Exception.py
Patterns
factoriel function recursive
НОД по Евклиду на ПИТОНЕ
Calculator.py