jonathan-d-zhang
jonathan-d-zhang
## Description It'll just emulate the cowsay program. ## Reasoning This would be useful because it would be funny. ## Proposed Implementation It would have the flags of the original...
## Relevant Issues Closes #1459 ## Description Added questions to the trivia question json. ## Did you: - [x] Join the [**Python Discord Community**](https://discord.gg/python)? - [x] Read all the comments...
## Description Add more trivia questions. Format is `- question - 'answer' or 'answer2' (note) ### Science - How much obsidian is required to craft an enchantment table? - '4'...
## Description Rather than using the usernames, the command should first try nicknames, then fall back to usernames if necessary. Alternatively, according to Nicky, "Love is deep. Love is about...
### Resource type Course ### Pricing Free ### Where can the resource be found? https://missing.csail.mit.edu/ ### What sort of content is in the resource? What areas of Python does it...
## Description Created from discussion in #1491. Me: > A question I thought would be fun is generating a random directed graph and asking people to find the shortest path...
## Description Add more trivia questions. Using a format i can copy and paste into a python script to generate the json. `list[tuple[str, list[str], Optional[str]]] = [(question, [answer1, answer2], hint)]`...