Feature or enhancement
Proposal:
# Add a code block here, if required
me@amadeus:~$ python3 -q
>>> from math import sin
>>>
>>> x = 3
>>> for i in range(3):
... x += sin(x)
...
>>> print(x)
3.141592653589793
>>>
>>> # &•
>>>
me@amadeus:~$
Can You please include this simple example into this banner of Python site?
Bibliography:
Part 1: Zero is odd or even number? | by Aa | Medium:
https://medium.com/@gvitalie/part-1-zero-is-odd-or-even-number-6e316b04bcbd
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response