import random
lists = [0,1,2]
names = ["손명현", "이하연", "임지현"]
idx = random.sample(lists, 2)
for i,val in enumerate(idx):
print(f"{i+1}번 {names[val]}")
-
Notifications
You must be signed in to change notification settings - Fork 3
TAVEResearch/Django-Study
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published