Skip to content

Instantly share code, notes, and snippets.

@gvitalie
Created September 13, 2025 09:06
Show Gist options
  • Save gvitalie/5ddf4adc9cb9b940bc75cb6f8374438d to your computer and use it in GitHub Desktop.
Save gvitalie/5ddf4adc9cb9b940bc75cb6f8374438d to your computer and use it in GitHub Desktop.
π
me@amadeus:~$ python3 -q
>>>
>>> from math import sin
>>>
>>> a = 3
>>> for i in range(3):
... a += sin(a)
...
>>> print(a)
3.141592653589793
>>>
>>> # &•
>>>
me@amadeus:~$
@gvitalie
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment