This website works better with JavaScript
Home
Verkennen
Help
Registreren
Inloggen
gogadmin
/
Arduino
Volgen
1
Ster
0
Vork
0
Bestanden
Issues
0
Pull-aanvragen
0
Wiki
Aftakking:
master
Aftakkingen
Labels
master
Arduino
/
esp8266
/
micropython
/
tests
/
basics
/
fun_annotations.py
fun_annotations.py
75 B
Permalink
Geschiedenis
Ruwe
1
2
3
4
def foo(x: int, y: list) -> dict:
return {x: y}
print(foo(1, [2, 3]))