F string problem

I would like to write 「Hello Eric,will you learn Python today?」
I wrote like this.
How can I replace?

first_name=“eric”
last_name=“crapton”
full_name=f"{first_name} {last_name}"
print(f"Hello {full_name.title()}!")
message=f"Hello{first_name}{!"Will you learn python today?