我的示例代码是:
import collections
import itertools
import sys
import heapq
from collections import *
from math import *
from bisect import *
from heapq import*
from typing import *
i = 1
pass
在调试过程中,观察:
期望:只显示 i,因为其他的没有使用。
谢谢。
我的示例代码是:
import collections
import itertools
import sys
import heapq
from collections import *
from math import *
from bisect import *
from heapq import*
from typing import *
i = 1
pass
在调试过程中,观察:
期望:只显示 i,因为其他的没有使用。
谢谢。