Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Chickenosaurus
on April 11, 2018
|
parent
|
context
|
favorite
| on:
Python 2 will be replaced with Python 3 in the nex...
from typing import List
a_list: List[T] = []
Visit
https://docs.python.org/3/library/typing.html
for more information.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
a_list: List[T] = []
Visit https://docs.python.org/3/library/typing.html for more information.