Python學習

史茗宇發表於2024-11-26

eval()函式

eval()函式去除字串兩邊引號,執行內部操作。

點選檢視程式碼
s = '3.234+3'
x = eval(s)

相關文章