Numeric separator syntax: Difference between revisions

m
→‎{{header|Python}}: only supported in python 3.6+
(Added Wren)
m (→‎{{header|Python}}: only supported in python 3.6+)
Line 288:
 
=={{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.
 
Anonymous user