2 lines
49 B
Python
2 lines
49 B
Python
>>> from math import sin, cos, tau # Pythonic
|
>>> from math import sin, cos, tau # Pythonic
|