How do I run notepad ++ in python?



How do I run notepad ++ in python?..

Answer / Prem Anand

Python doesn't have a built-in way to launch Notepad++. You can use os module to run external commands, but it will work on Windows only: `os.system('start notepad++')`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Can a constructor be final?

1 Answers  


Does python support database programming?

1 Answers  


How do you make an array in Python?

1 Answers  


Do you know how python is interpreted?

1 Answers  


How do I test one variable against multiple values?

1 Answers  


What is self and init in python?

1 Answers  


What does == mean?

1 Answers  


How will you reload a module of python, explain?

1 Answers  


How to give comments in python?

1 Answers  


What does time time () do in python?

1 Answers  


How will you check python version?

1 Answers  


How to remove leading whitespaces from a string in the python?

1 Answers  


Categories