It contains numbers, a boolean value, another list, a string, ... #!/usr/bin/env python # list_fun.py a = [] b = list() print(a == b) ...
確定! 回上一頁