blob: d783c1d50eecb0486b9868324121a44248c9973c (
plain)
1
2
3
4
5
|
#!/usr/bin/env python3
# TODO: Prompt user for base rate, call time, wrap time, whether overtime was warned, and if it was a weekend.
# This should be enough to calculate the pay for a single day's work.
|