Hacker News new | ask | show | jobs
by librasteve 385 days ago
in python

  import math

  result = math.pi / math.pi
  print(result)     #1.0
bit more long winded than raku, but nearly right

fwiw I want my pi/pi to be 1 (ie an Int) not 1.0 but then I’m a purist