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ść
f4a6fc2c8e
micropython
/
tests
/
basics
/
int_big_pow.py
9 wiersze
90 B
Python
Czysty
Wina
Historia
# test bignum power
i
=
1
<<
65
print
(
0
*
*
i
)
print
(
i
*
*
0
)
print
(
i
*
*
1
)
print
(
i
*
*
2
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik