Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 201 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 201 Bytes

Counting capital letters

Using Python, write code that will read a file and return the number of capital letters. Once you have your initial piece of code, see if you can condense into a one-liner.