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ść
8e00844929
micropython
/
tests
/
basics
/
tuple_count.py
6 wiersze
87 B
Python
Czysty
Wina
Historia
a
=
(
1
,
2
,
3
)
a
=
a
+
a
+
a
b
=
(
0
,
0
,
a
,
0
,
a
,
0
)
print
(
a
.
count
(
2
)
)
print
(
b
.
count
(
a
)
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik