Friday, 13 May 2022

how to see modules in python?

go to terminal

just type python

>>>help("modules")

this command will show list of available modules in your current python..

No comments:

Post a Comment