Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
substring
#Kelsey Alfaro #Substring #4/6/18 #This file uses concatenation by taking the words hello, tomorrow, & holiday and creating new words out of them. word1='hello' word2='tomorrow' word3='holiday' NewWord1=word1[1:]+word1[0:1] NewWord2=word2[2:]+word2[0:2] NewWord3=word3[3:]+word3[0:3] print(NewWord1) print(NewWord2) print(NewWord3)
run
|
edit
|
history
|
help
0
Ej2_python_204676887
homework1
PyRegLookAhead
gj2
intresting pattern
Lab_I_2_25_11_2020
contarsucesoresmayores
PySuper
PyLSV
PVJ-COMP1-1-EQUIPO1