Skip to content

Can You please add this simple example into banner of Python site? #139518

@gvitalie

Description

@gvitalie

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?

Image Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions