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ść
6a8f6c119c
micropython
/
tests
/
float
/
int_power.py
9 wiersze
94 B
Python
Czysty
Wina
Historia
# negative power should produce float
x
=
2
print
(
x
*
*
-
2
)
x
=
3
x
*
*
=
-
2
print
(
'
%.5f
'
%
x
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik