Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
word repeat
#python 3.5.2 def letter_repeater(n, string): word = " " for char in list(string): word += char * n print (word) letter_repeater(2, 'monkeysdogs')
run
|
edit
|
history
|
help
0
DICTIONARY PROBLEM
add through function
wrong update class
static
Guessing game
Binary Search and Shell Sort in Python
lesson3 part3
Quick sort
S
perform_math.py