I'm Currently using python 3.5.2 shell for practicing. I'm beginner for the python and while practicing I tried clearing the shell terminal with CTRL+L command but its not clearing the shell. Appreciate any other commands for clearing the shell.
            Asked
            
        
        
            Active
            
        
            Viewed 493 times
        
    1 Answers
0
            
            
        You can install ipython if you want to still use CTRL+L
pip install ipython
 
    
    
        ettanany
        
- 19,038
- 9
- 47
- 63
 
    