Alternate-form modifier; adds a prefix to hexadecimal, decimal, and octal types. >>> print("{0:#b} {0:#o} {0:#x} {0:#X}".format(124))
確定! 回上一頁