Print all Files name in a Directory using Python

Hello Community,

I am new to python programming. 

Exploring some in-built option/method/function which results similar to the ls command prompt command, i.e. list or print all the file names of the directory from which it is executed. 

Please guide.

Thanks in advance.