This is the problem I am facing. Can anyone help
name=input("What is your name?")
name= input.lower()
when it runs this is what comes up
What is your name?Bob
Traceback (most recent call last):
File "E:\eval task 1 GCSE.py", line 6, in <module>
name= input.lower()
AttributeError: 'builtin_function_or_method' object has no attribute 'lower'
can anyone fix this please. I need to make sure that I can only enter letters from the alphabet for my name input. Can anyone show me how to do this. Very appreciated