Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This is Python.
- def f1(x):
- return 1500*x + 10500000
- def f2(x):
- return -(x**2 / 2) + 7750*x - 9031250
- def f3(x):
- return -3500*x + 54250000
- def f4(x):
- return (x**2 / 2) - 17250*x + 148781250
- def f5(x):
- return 1500*x - 27000000
- dusk = 6250
- evening = 11250
- morning = 13750
- dawn = 18750
- x1=7750
- x2=17250
- f1(dusk), f2(dusk)
- f2(evening), f3(evening)
- f3(morning), f4(morning)
- f4(dawn), f5(dawn)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement