... on number formatting for Python's Formatted String Literals -- i.e., F-Strings. ... f"binary: {i:b}; octal: {i:o}; hex: {i:x} or {i:X}".
確定! 回上一頁