Python Import All имена
# import all names from the standard module math
from math import *
print("The value of pi is", pi)
SAMER SAEID
# import all names from the standard module math
from math import *
print("The value of pi is", pi)