5 lines
69 B
Python
5 lines
69 B
Python
>>> math.tau
|
|
6.283185307179586
|
|
>>> str(math.tau)
|
|
'6.283185307179586'
|