Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
binarySearch.py
Venture
Bisection method
binary
Sum of two numbers
Transpose matrix
BasicPattern.py
Hi
(P3) Rok przestępny
PyBatScoreSOLID
Please log in to post a comment.