Created
June 30, 2026 07:32
-
-
Save TomoG29/065048b4153022ab5ad519ea913bf9ce to your computer and use it in GitHub Desktop.
Blog_DifferentialByAssignment.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def df(x): | |
| return 3*(x**2) | |
| for x in range(1,6): | |
| print(df(x)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment