first_name = input('Please input your first name: ') last_name = input('Please input your last name: ') print(last_name + ', ' + first_name)