|
Let us walk on the 3-isogeny graph
|
Data Structures | |
| class | Confirm |
| class | FloatPrompt |
| class | IntPrompt |
| class | InvalidResponse |
| class | Prompt |
| class | PromptBase |
| class | PromptError |
Variables | |
| PromptType = TypeVar("PromptType") | |
| DefaultType = TypeVar("DefaultType") | |
| default | |
| result | |
| password | |
| fruit = Prompt.ask("Enter a fruit", choices=["apple", "orange", "pear"]) | |
| fruit = Prompt.ask("Enter a fruit", choices=["apple", "orange", "pear"]) |
| password |
| result |