Nomor root di Python

import math 
   
print(math.sqrt(16)) # the root of 16 is 4
AnDrEw