Nidhin Sajeev

472
reputation
4
9
def repeat():
     print('coding')
     print('eating')
     print('sleeping')

while True:  
     repeat()