When `simpledialog.askstring` is closed without entering the data, the returned value is `None`, so all the `ask*` functions should have `Optional` output. The same applies for: - `simpledialog.askfloat` - `simpledialog.askinteger`