import math print(math.pi) # Exibe o valor de pi print(math.log(16, 2)) # Calcula o logaritmo de 16 na base 2