getsprogramming Tutorials , C Programming, CPP Programming and JAVA Programming , Python Programming , Javascript Programming
Welcome to getsprogramming Blog Here You Find Different Programs in Easier way to Explain and gain Knowledge and Try Your Self..Thanks
Friday, 18 February 2022
Modify the chaos program so that it prints out 20 values instead of 10.
CODE
def main():
print("This program illustrates a chaotic function")
x = eval(input("Enter a number between 0 and 1: "))
No comments:
Post a Comment