Skip to content

Instantly share code, notes, and snippets.

@TomoG29
Created June 30, 2026 07:32
Show Gist options
  • Select an option

  • Save TomoG29/065048b4153022ab5ad519ea913bf9ce to your computer and use it in GitHub Desktop.

Select an option

Save TomoG29/065048b4153022ab5ad519ea913bf9ce to your computer and use it in GitHub Desktop.
Blog_DifferentialByAssignment.py
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