Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
ddb4938b26164eecd3a3b0fe7ad65d9b6c989e8e
/
.
/
poky
/
meta
/
lib
/
oeqa
/
files
/
test.py
blob: f389225d72d5596411bb3d5c7b866141bf4de5ed [
file
] [
log
] [
blame
]
import
os
os
.
system
(
'touch /tmp/testfile.python'
)
a
=
9.01e+21
-
9.01e+21
+
0.01
print
(
"the value of a is %s"
%
a
)