</>
dev
quest
Python · Módulos e import
Como importar apenas a função sqrt do módulo math?
import math.sqrt
from math import sqrt
include math { sqrt }
use math::sqrt
estado:
idle