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 d640f52 commit 0887329Copy full SHA for 0887329
concepts/numbers/introduction.md
@@ -76,7 +76,7 @@ To convert a float to an integer, you can use `int()`. Also, to convert an integ
76
77
## Underscores in Numeric Literals
78
79
-As of Python 3.6, python supports the use of underscores in numerical literals to improve readability:
+As of version 3.6, Python supports the use of underscores in numerical literals to improve readability:
80
```python
81
# A float with underscores
82
>>> dollars = 35_000_000.0
0 commit comments