What are the tools that help to find bugs or perform static analysis?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we need the __init__() function in classes? What else helps?
What does == mean in python?
How will you use python to read a random line from a file?
Explain the synbtax to split a string in python?
What is a class definition in python?
Is python call by reference or value?
How can you sort a list?
How to pass optional or keyword parameters from one function to another in python?
Name few python shells?
What is a palindrome number?
How do you convert string as a variable name in python?
Write a one-liner that will count the number of capital letters in a file. Your code should work even if the file is too big to fit in memory.