Help for this page

Select Code to Download


  1. or download this
        print  161  &  255;   # Prints 161
        print "161" & "255";  # Prints 041
    
  2. or download this
        print +("161" + 0) & ("255" + 0);  # Prints 161