Advertisement
BertrandSz

Untitled

Mar 26th, 2020
546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. r = 5000
  2. a = 2020
  3. while r >= 2000 :
  4.     a = a + 1
  5.     r = r*(1-(8/100)
  6.     print("in", a,"the factory produce", r,"tons of toxic wastes")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement