In Python, if-else and for/while loop block doesn't create any local scope. for i in range(1, 11): test_scope = "variable inside for loop"print(test_scope).
確定! 回上一頁