# Introduction In this challenge, you will implement a function that counts the number of words in a given string that are longer than a specific length. You will write this function using basic Python syntax and string manipulation techniques.
Click the virtual machine below to start practicing