carson-evans / CS-110_workspace

UMass Boston CS110
0 stars 0 forks source link

Wind Chill #2

Open carson-evans opened 5 hours ago

carson-evans commented 5 hours ago

python3 wind_chill.py 55 15 ✘ 'Value of t must be ≤ 50 F51.04285417072431' != 'Value of t must be <= 50 F'

python3 wind_chill.py 32 2 ✔ python3 wind_chill.py 32 15 ✘ 21.585788890532022 != 21.588988890532022 within 10 places (0.0031999999999996476 difference) python3 wind_chill.py 10 10 ✘ -3.5412167842280695 != -3.5402167842280647 within 10 places (0.0010000000000047748 difference)