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 |
Can a constructor be final?
Does python support database programming?
How do you make an array in Python?
Do you know how python is interpreted?
How do I test one variable against multiple values?
What is self and init in python?
What does == mean?
How will you reload a module of python, explain?
How to give comments in python?
What does time time () do in python?
How will you check python version?
How to remove leading whitespaces from a string in the python?