diff grok_interview/choice.py @ 60:d64a8c189a77

Merged
author June Park <me@mrjunejune.com>
date Sat, 20 Dec 2025 13:56:01 -0500
parents 68fa88ac73fe
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/grok_interview/choice.py	Sat Dec 20 13:56:01 2025 -0500
@@ -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',
+]))