Introducing type hints · >>> type("Hello, world!") <class 'str'> >>> type(42) <class 'int'> · >>> a_string_variable = "Hello, world!" >>> type(a_string_variable) ...
確定! 回上一頁