Advertisement
skip420

Liberal_Maddness

Jan 18th, 2021
1,027
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. #LiberalMaddness
  2.  
  3.  
  4.  
  5.  
  6. def main():
  7.     print("Liberal Maddness!")
  8.     x = eval(input("Enter a number between o and 9: "))
  9.     for i in range(10):
  10.         x = 3.9 * x * (1 - x)
  11.         print(x)
  12. main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement