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.
1 1991
What is lambda in Python?
Can a class extend itself?
How does python input work?
What are the supported data types in python?
Tell me how to find bugs or perform static analysis in a python application?
What does the **kwargs do in python?
Tell me the use of the split function in python?
What is the main use of python?
Explain me five benefits of using python?
What is the purpose of the pythonpath environment variable?
What is class in python?
How to walk through a list in a sorted order without sorting the actual list?
How will you verify different flags at once?
What is list comprehension and dictionary comprehension and why we use it?
How to remove values to a python array?