Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
すべてがPythonのオブジェクトであり、リテラルであっても、通常、リテラルで直接メソッドを呼び出すことができます。
元:
'hello'.upper()
理論的には、同じことがintリテラルにも許可されるべきであるように思われます
4.bit_length()
ただし、これは機能せず、理由はわかりません。何か案は?ありがとう!