Mercurial
diff async_multi_threads/choice.py @ 69:551d9fc0a2ba
Updated wrong names.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 25 Dec 2025 20:07:46 -0800 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/async_multi_threads/choice.py Thu Dec 25 20:07:46 2025 -0800 @@ -0,0 +1,11 @@ +import random + +print(random.choice([ + 'Bucket questions', + 'Inference Questions', + 'Bank Account', + 'Job Schedular', + 'Alphabet Word Search II', + 'Least Recently Used (LRU) Cache Implementation', + 'In-Memory Key-Value Store with Nested Transactions', +]))