Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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.



Write a one-liner that will count the number of capital letters in a file. Your code should work eve..

Answer / mahesh

len([c for l in open('foo.txt') for c in l if c.isupper()])

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Which is better c or python?

0 Answers  


How would you check if MySQLdb is installed?

0 Answers  


If you installed a module with pip but it doesn’t import in your idle, what could it possibly be?

0 Answers  


Explain about default database with python?

0 Answers  


How do I share global variables across modules?

0 Answers  


What are the features of python?

0 Answers  


What is the best way to get the first five entries of a data frame?

2 Answers  


Explain garbage collection in python?

0 Answers  


What is the pythonpath variable?

0 Answers  


How do I test one variable against multiple values?

0 Answers  


What are tuples in python?

0 Answers  


What are packages in python which are commonly used explain one ?

0 Answers  


Categories