import math result = math.pi / math.pi print(result) #1.0
fwiw I want my pi/pi to be 1 (ie an Int) not 1.0 but then I’m a purist
say pi/pi; #1
say (pi/pi).^name; # Num