Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
WORD THING
#python 3.5.2 print ("MILES CARR") print ("WORD THING") print ("4/3/18") print ("This changes a few letters in the words") word1 = 'hello' word2 = 'tomorrow' word3 = 'holiday' newWord1 = word1 [1:5] + word1 [0:1] print (newWord1) newWord2 = word2 [2:8] + word2 [0:2] print (newWord2) newWord3 = word3 [3:7] + word3 [0:3] print (newWord3)
run
|
edit
|
history
|
help
0
shuru4
Lab_III_2_01_12_2020
intresting pattern
Activity1
Python, filter emails using finditer()
metods.py
arjun chinese class
sen
Lab_III_3_01_12_2020
reverse words