- 
    내장 함수
      
        - __import__
 
        - abs, [1]
 
        - ascii
 
        - bytes, [1]
 
        - chr
 
        - classmethod
 
        - compile, [1], [2], [3], [4]
 
        - complex, [1]
 
        - divmod, [1], [2]
 
        - eval, [1], [2], [3], [4], [5]
 
        - exec, [1], [2], [3]
 
        - float, [1], [2]
 
        - hash, [1], [2], [3]
 
        - help
 
        - id
 
        - int, [1], [2]
 
        - len, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11]
 
        - max
 
        - min
 
        - open, [1]
 
        - ord
 
        - pow, [1], [2], [3], [4], [5]
 
        - print
 
        - range
 
        - repr, [1], [2], [3]
 
        - round
 
        - slice, [1]
 
        - staticmethod
 
        - tuple, [1]
 
        - type, [1], [2], [3]
 
        
    |