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ść
631b692177
micropython
/
tests
/
basics
/
lambda1.py
5 wiersze
52 B
Python
Czysty
Wina
Historia
# lambda
f
=
lambda
x
,
y
:
x
+
3
*
y
print
(
f
(
3
,
5
)
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik