每當我嘗試將Python中的變量更改爲全局變量時,在代碼實際運行之前,我會收到一條錯誤消息。儘管出現這些錯誤消息,代碼依然運行正常。這是我得到的:來自警告模塊的全局變量警告
Warning (from warnings module):
File "N:\Documents\Computer Science\Sample CAB 2\Estimate\Task 2 Estimate.py", line 202
global loop
SyntaxWarning: name 'loop' is assigned to before global declaration
任何人都可以幫忙嗎?