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') #python 3.5.2 def kalakari(n,string): word =" " for char in list(string): word+=char*n print(word) kalakari(2,"waheguru")
run
|
edit
|
history
|
help
0
Multiply two marrix
repeat string
Python3: Class I : Person (Simple)
Loop
ElaineBrown** rextester.com
PyRegLookBehind
Place strings to proper bucket
python_study_note_return@if@elif@else
PyClassBinSearch
Hello world