This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython
kopia lustrzana
https://github.com/micropython/micropython
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
c3f1126ee8
micropython
/
tests
/
basics
/
fun-annotations.py
5 wiersze
75 B
Python
Czysty
Wina
Historia
def
foo
(
x
:
int
,
y
:
list
)
-
>
dict
:
return
{
x
:
y
}
print
(
foo
(
1
,
[
2
,
3
]
)
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik