scheduleEasy Playground

Human-friendly scheduling: schedule.every(10).minutes.do(job)

Getting started with scheduleRun locally
Install
pip install schedule
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: schedule)

schedule is a third-party package. Human-friendly scheduling: schedule.every(10).minutes.do(job). Install with: pip install schedule

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?