Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

stutter function in python

def stutter(word):
	return (2*(word[:2]+'... '))+word+'?'
 
PREVIOUS NEXT
Tagged: #stutter #function #python
ADD COMMENT
Topic
Name
8+8 =