3 lines
35 B
Python
3 lines
35 B
Python
import math
|
|
|
|
print math.sqrt(12/67) |
import math
|
|
|
|
print math.sqrt(12/67) |