As we know in Python 3.0 turned print in the function form so I want to know where is the file with source of print function is located
            Asked
            
        
        
            Active
            
        
            Viewed 126 times
        
    0
            
            
        - 
                    https://github.com/python/cpython/blob/master/Python/bltinmodule.c#L1862 – Thierry Lathuille Mar 13 '21 at 13:57
1 Answers
0
            You seems to ask about builtin function. The python interpreter has predefined functions that are always ready for use.
 
    
    
        JongHyeon Yeo
        
- 879
- 1
- 10
- 18
