สถานะการส่งล่าสุด: -

SOS11: f-string 01

Fill in the blank to print the text according to the given example.

input: Tommy
Tommy is awesome.
input: Johnny
Johnny is awesome.

name = input()
print(f"")