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
/
set_update.py
8 wiersze
101 B
Python
Czysty
Wina
Historia
s
=
{
1
}
s
.
update
(
)
print
(
s
)
s
.
update
(
[
2
]
)
print
(
sorted
(
s
)
)
s
.
update
(
[
1
,
3
]
,
[
2
,
2
,
4
]
)
print
(
sorted
(
s
)
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik