Skip to main content

Python 3, 40 39 bytes

import time while[help()]:time.sleep(1) 

Try it online!

ByImproved by Sisyphus

Python 3, 39 bytes

import time while[help()]:time.sleep(1) 

Try it online!

By Sisyphus

Python 3, 40 39 bytes

import time while[help()]:time.sleep(1) 

Try it online!

Improved by Sisyphus

added 24 characters in body
Source Link
AnttiP
  • 8k
  • 17
  • 64

Python 3, 4039 bytes

import time while[printwhile[help()]:time.sleep(1) 

Try it online!Try it online!

Pretty obvious solution, not sure how it could be improvedBy Sisyphus

Python 3, 40 bytes

import time while[print()]:time.sleep(1) 

Try it online!

Pretty obvious solution, not sure how it could be improved

Python 3, 39 bytes

import time while[help()]:time.sleep(1) 

Try it online!

By Sisyphus

Source Link
AnttiP
  • 8k
  • 17
  • 64

Python 3, 40 bytes

import time while[print()]:time.sleep(1) 

Try it online!

Pretty obvious solution, not sure how it could be improved