Python z ... instrukcji importu
# import only pi from math module
from math import pi
print("The value of pi is", pi)
SAMER SAEID
# import only pi from math module
from math import pi
print("The value of pi is", pi)