My omnium-gatherom of scripts and source code.
at main 6 lines 186 B view raw
1import gum 2 3print("which basketball team you like the most?") 4x = gum.search(["cavs", "magic", "golden state", "boston"]) 5gum.spin("hold on...") 6print(f"No way! I'm there biggest fan!")