I want to take one letter at a time in python. can we take one letter at a time using "input()" in python3
Example: I want to input only one letter such as a. b, c, .....etc. It should not accept more than one letter word such as ab, as, asa ... etc. is there any such function in python 3?