Python sets the variable type based on the value that is assigned to it. ... print(type(message)) # This will return a string print(type(n)) ...
確定! 回上一頁