blob: 2100b3b8d5893058a37896366a7d5a2230ee8557 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---input---
f"{math.pi=!f:.2f}"
---tokens---
'f' Literal.String.Affix
'"' Literal.String.Double
'{' Literal.String.Interpol
'math' Name
'.' Operator
'pi' Name
'=!f:' Literal.String.Interpol
'.2f' Literal.String.Double
'}' Literal.String.Interpol
'"' Literal.String.Double
'\n' Text.Whitespace
|