How do I emulate os.kill() in windows?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Python Interview Questions

Explain tkinter in python

0 Answers  


Is anaconda the same as python?

0 Answers  


What is break in python?

0 Answers  


What is range and xrange in python?

0 Answers  


Can you list down some of the pdb commands for debugging python programs?

0 Answers  






How to import a module given the full path?

0 Answers  


Why does Python have a maximum recursion depth?

0 Answers  


How will you get a 10 digit zero-padded number from an original number?

0 Answers  


Tell me what are generators in python?

0 Answers  


does recursion cause any trouble?

0 Answers  


Given a text file (FILE1) with lots of words (ex, an ebook), and another file (FILE2) with a list of blacklist words (slangs, porn, etc.), write a program to find the top 100 words(most frequent 100 words) from FILE1 which are not present in FILE2.

1 Answers  


Name the file-related modules in python?

0 Answers  


Categories