3. File construction

# File chaos.py
# A program that illustrates the Chaos Theory
x = eval(input("Enter a number between 0 and 1:"))
for i in range(10):

3.1. Result

  • The chaos program returns very different values, even when the input is similar.

You have attempted of activities on this page