18/07/2025
طريقة اخري لاختيار اسم عشوائي عليه العشاء
import random
names=[]
print("welcome to 'whose wallet?'")
print("you will give me a list of names, and i will pick aperson to pay")
names=input("if you are ready, enter the names separated by a comma:").split(", ")
print(f"please ask'{random.choice(names)}'to take his wallet out.Dinner is on him ")
Send a message to learn more