مشروع الحفلة
list_names = []
names = input('Welcome to the party. Write the names of the people who are with you at the party.').split(' ')
list_names.append(names)
for x in list_names:
input(f'Are you sure of the names\n{x} \nyes or no')
print('Thank you for your confirmation')