Tsundere Chen says to YSITD
話說剛剛看到個有趣的問題,不過這裡的人應該都知道w Python x = 3 for i in range(x): print(i) x = 5 這會印出什麼大家應該知道w