# Introduction In this challenge, we will count the number of letters, spaces, digits, and other characters in a given input. The objective is to correctly categorize and count each type of character. For example, given the input 'abc123EFG \*&45?', the expected output would be 'letter=6,space=1,digit=5,other=3'.
Click the virtual machine below to start practicing