Monday, August 17, 2020

Python Essentials

 Great link to Python http://projectpython.net/chapter00/

No comments:

Post a Comment

y = x^2 is it a one one function?

  How to make it one-to-one: You can restrict the domain so that it passes the test. For example, if you only look at x>=0, the function ...