Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Nidhin Sajeev

Nidhin Sajeev

Nidhin Sajeev has asked 0 questions and find answers to 6 problems.

Stats

128
EtPoint
37
Vote count
0
questions
6
answers

About

def repeat():
     print('coding')
     print('eating')
     print('sleeping')

while True:  
     repeat()