Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4902c46 commit 063d48dCopy full SHA for 063d48d
1 file changed
Doc/library/functions.rst
@@ -1079,8 +1079,8 @@ are always available. They are listed here in alphabetical order.
1079
1080
Given a string representing one Unicode character, return an integer
1081
representing the Unicode code point of that character. For example,
1082
- ``ord('a')`` returns the integer ``97`` and ``ord('ν')`` returns ``957``.
1083
- This is the inverse of :func:`chr`.
+ ``ord('a')`` returns the integer ``97`` and ``ord('€')`` (Euro sign)
+ returns ``8364``. This is the inverse of :func:`chr`.
1084
1085
1086
.. function:: pow(x, y[, z])
0 commit comments