Python unpacking operator

The python unpacking operator example gives an error ,

numbers = [1,2,3]
print(*numbers)

SyntaxError: invalid syntax

python 3.9.16 64bit

Has anyone encountered this problem?

Check your idle well