Created
October 27, 2022 19:42
-
-
Save luminousmen/4628a5c05589267bd7b65837d47cd8f3 to your computer and use it in GitHub Desktop.
Revisions
-
luminousmen created this gist
Oct 27, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ import random letters = [ "Person 1", "Person 2", "Person 3", "Person 4", ] print(f"Next: `{random.choice(letters)}`")