What is the python idle?
No Answer is Posted For this Question
Be the First to Post Answer
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.
What are python and name some key features of it?
Which operator will be helpful for decision making statements?
Name few python shells?
What is the use of pycharm?
What is the latest version of python?
Name the built-in types provided by python?
What is type () in python?
What the return key word will do in python functions?
Explain global and local variables in python?
What is the output of the following code and why?
Why do we need break and continue in python?