Help for this page

Select Code to Download


  1. or download this
    print "0x1" + 0 = 1
    print "0x2" + 0 = 1
    ...
    print "0x8" + 0 = 1
    print "0x9" + 0 = 1.125
    print "0x10" + 0 = 1
    
  2. or download this
    print "0x1" + 0 = 1          1/1     = 1
    print "0x2" + 0 = 1          2/1     = 2
    ...
    print "0x8" + 0 = 1          8/1     = 8
    print "0x9" + 0 = 1.125      9/1.125 = 8
    print "0x10" + 0 = 1         10/1    = 10