We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b344523 commit bf99bfdCopy full SHA for bf99bfd
chaos.py
@@ -7,5 +7,5 @@ def main():
7
x = 3.9 * x * (1-x)
8
print (x)
9
10
-main()
11
-
+if __name__ == '__main__':
+ main()
0 commit comments