Nidhin Sajeev

562
reputation
4
11
def repeat():
     print('coding')
     print('eating')
     print('sleeping')

while True:  
     repeat()