Numeric separator syntax: Difference between revisions

Content added Content deleted
(Added Wren)
m (→‎{{header|Python}}: only supported in python 3.6+)
Line 288: Line 288:


=={{header|Python}}==
=={{header|Python}}==
{{works with|Python|3.6+}}

The Syntax for separators in numbers, (numeric literals), is given [https://docs.python.org/3/reference/lexical_analysis.html#integer-literals here] in the Python documentation.
The Syntax for separators in numbers, (numeric literals), is given [https://docs.python.org/3/reference/lexical_analysis.html#integer-literals here] in the Python documentation.