print 17 print 0x11 //hexadecimal print 0b10001 //binary print dec("11",16) print dec("10001",2)