first_name = \'y\' last_name = \'zhong\' full_name = f\'{first_name} {last_name}\' print(f\'Hello,{full_name.title()}\')
output: File "",