This commit is contained in:
j3rome 2021-06-24 02:28:11 -04:00
parent cb40237e3f
commit 6384f38db4
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
import re
def user_response_multi(message, choices):
for i, choice in enumerate(choices):
print(f'{i+1}. {choice}')