Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
Nidhin Sajeev
562
reputation
4
11
Thrissur, Kerala, India
Member since
April 28 2017
50 profile views
Last seen
Mar 27 '23 at 13:48
def repeat(): print('coding') print('eating') print('sleeping') while True: repeat()