Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import pandas as pd
  2. import numpy as np
  3.  
  4. temp = pd.Series([200, 100])
  5. a = 6.96
  6. if (temp < 230).all():
  7. pi = a*(230-temp)
  8. print(pi)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement