3 lines
47 B
Python
3 lines
47 B
Python
import math
|
|
print(math.pi)
|
|
print('hello world') |
import math
|
|
print(math.pi)
|
|
print('hello world') |