Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from math import *
- def main(x):
- if x < 93:
- return 43 * x + sin(x) ** 7 + 74 * ( 83 * x) ** 6
- if 93 <= x < 175:
- return 7 + 30 * x ** 5 + (9 * x) ** 7
- return 90 * x ** 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement