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ść
e531b72b56
micropython
/
tests
/
basics
/
is_isnot.py
5 wiersze
55 B
Python
Czysty
Wina
Historia
print
(
[
1
,
2
]
is
[
1
,
2
]
)
a
=
[
1
,
2
]
b
=
a
print
(
b
is
a
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik