File size: 132 Bytes
8fdba60
 
 
 
 
 
1
2
3
4
5
6
7
import time

def user_data(function_name):
    for word in function_name.split():
        yield word + " "
        time.sleep(0.02)