num = 200 def test_b(): num = 500 print(f"test_b: {num}") test_b() print(num)