Problem with formatted string


Please what should I do to avoid this error.

Change the L of last to lowercase (line 2).

first = "mosh"
last = "hamedani"
full_name = f"{first} {last}"

Thanks alot it as started working

@Micheal Be careful next time!