Python-programming-exercises icon indicating copy to clipboard operation
Python-programming-exercises copied to clipboard

Very simple Alternate solution to Line 228

Open Shobin23 opened this issue 6 years ago • 1 comments

The current solution looks less pythonic. If i may suggest this one: b = input("Enter words : ") a = b.split(" ") print([x.upper() for x in a])

Shobin23 avatar Oct 24 '19 13:10 Shobin23

Cool

ogubuikeAlex avatar Feb 23 '20 05:02 ogubuikeAlex