Which command do you use to exit help window or help command prompt?



Which command do you use to exit help window or help command prompt?..

Answer / Durgesh Bharti

To exit a Python help window, you can press 'q' on the keyboard. To exit the interactive shell when using help, you can type 'exit()', 'quit()', or simply press 'Ctrl+D'.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is += in python mean?

1 Answers  


What are literals in python?

1 Answers  


How can you dynamically create variables in python via a while loop?

1 Answers  


Which is fastest implementation of python?

1 Answers  


Can a constructor be final?

1 Answers  


What is setup py?

1 Answers  


What is input () in python?

1 Answers  


Do you need python to run a python program?

1 Answers  


What do u mean by instance?

1 Answers  


Write a program to find the duplicates in a list?

1 Answers  


What is a file in python?

1 Answers  


What happens if an error occurs that is not handled in the except block?

1 Answers  


Categories