Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
restraunt score
(P3) Hamming 1
class objects
linked_lists
(P3) Starsza data
NamedObject 2
🙆👌
Bmi calculator dictionary
double
Prime Factorization of a Number
stackse - search stackoverflow differently
Please log in to post a comment.