Function takes a string named _sentence_ and an integer named _x_ as parameters. It returns _True_ if every word in sentence has a length greater than or equal to _x_.
python3 string-manipulation codecademy code-challenges python-strings string-length string-challenges-codecademy
-
Updated
Jan 27, 2021 - Python