-
-
Save gvitalie/5ddf4adc9cb9b940bc75cb6f8374438d to your computer and use it in GitHub Desktop.
π
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
| me@amadeus:~$ python3 -q | |
| >>> | |
| >>> from math import sin | |
| >>> | |
| >>> a = 3 | |
| >>> for i in range(3): | |
| ... a += sin(a) | |
| ... | |
| >>> print(a) | |
| 3.141592653589793 | |
| >>> | |
| >>> # &• | |
| >>> | |
| me@amadeus:~$ |
Author
gvitalie
commented
Sep 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment