zahidpichen's picture
Upload 33 files
8fdba60 verified
raw
history blame contribute delete
No virus
132 Bytes
import time
def user_data(function_name):
for word in function_name.split():
yield word + " "
time.sleep(0.02)