Advertisement
MKbear

Python_5

Jun 10th, 2022
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.30 KB | None | 0 0
  1. from math import *
  2.  
  3.  
  4. def main(x: list, y: list):
  5.     result = 0
  6.     x.append(0)
  7.     y.append(0)
  8.     n = len(y) - 1
  9.     for i in range(0, len(y)):
  10.         result += pow(tan(70 * pow(y[n - ceil(i / 2)], 2)
  11.                           - x[n - ceil(i / 3)]), 7)
  12.     result = 92 * result
  13.     return result
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement