vvscode / 15_midnighters

Задача #15 из курса devman.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Night Owls Detector

Script detects persons who submit their solutions after the midnight (and before 6am).

It uses external packages (pytz and requests) - you can install them with

pip3 install -r requirements.txt

To run it just use a command: python3 seek_dev_nighters.py

Example of output:

$ python3 seek_dev_nighters.py
9 midnighter(s) detected

Project Goals

The code is written for educational purposes. Training course for web-developers - DEVMAN.org

About

Задача #15 из курса devman.org


Languages

Language:Python 100.0%