Guest User

Untitled

a guest
Dec 16th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. expr = """
  2. A = 15
  3. B = 5
  4. C = 2
  5. D = 20
  6. E = 1
  7. F = 4
  8. Y = A + (B * C) - (D / (E + F))"""
Add Comment
Please, Sign In to add comment