YSITD_Chat_Bot says to #ysitd <TsundereChen>: 問個 Python 的問題 a = 2019 a = "Hello world" 我們知道一開始的 a 的 data type 會是 int,接下來的 a 則是 str,可是這兩個 a 的記憶體位置會是同一個嗎?