The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
- Image from https://www.archlinux.org/
The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
| from queue import Queue | |
| a: Queue[int] = Queue() | |
| # Traceback (most recent call last): | |
| # File "__main__.py", line 3, in <module> | |
| # a: Queue[int] = Queue() | |
| # TypeError: 'type' object is not subscriptable | |
| # however if i do: |