Mercurial
view grok_interview/choice.py @ 65:ecb6ee6a22c3
[Misc] I will no longer drink cool aids of capital P.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Wed, 24 Dec 2025 06:22:59 -0800 |
| parents | 68fa88ac73fe |
| children |
line wrap: on
line source
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', ]))