I am a beginner in python. Python version which I am using is 3.8. Picture in this link:picture. I am trying to run the command below:
name = input("Please enter your name: ")
print(f"Hello, {name}")
But, python gives me a syntax error when I am running the command.
File "/Users/Belekkanybekov/Desktop/python_work/Python.Chapter7/greeter.py", line 6
print(f"Hello, {name}")
^
Syntax Error: invalid syntax