Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 151 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 151 Bytes

Exercise 2-10

Rewrite the function lower, which converts upper case letters to lower case, with a conditional expression instead of if--else.