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ść
9dd3640464
micropython
/
tests
/
basics
/
set1.py
8 wiersze
66 B
Python
Czysty
Wina
Historia
# basic sets
s
=
{
1
}
print
(
s
)
s
=
{
3
,
4
,
3
,
1
}
print
(
sorted
(
s
)
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik