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

Activity: 3.1.1 ActiveCode (ac_l38_3_en)

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

You have attempted 1 of 2 activities on this page