Results 2 issues of xcelr8

Added alt attribute to 31 images and fixed grammatical error on the first line with credit ## 🛠️ Fixes Issue #118 ## 👨‍💻 Changes proposed ## ✔️ Check List (Check...

fixes #778 ```py result = ''.join(choice((str.upper, str.lower))(char) for char in args) ``` explanation: choice() picks a random item from the tuple of (str.upper, str.lower) and applies to each character in...