Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
e18c61205e0234b03697129c20cc69c9b3940efc
/
.
/
yocto-poky
/
meta
/
lib
/
oeqa
/
runtime
/
files
/
test.py
blob: f3a2273c52b278dec0d0b0bde99d98283e294202 [
file
] [
log
] [
blame
]
Patrick Williams
c124f4f
2015-09-15 14:41:29 -0500
[
diff
] [
blame
]
1
import
os
2
3
os
.
system
(
'touch /tmp/testfile.python'
)
4
5
a
=
9.01e+21
-
9.01e+21
+
0.01
6
print
"the value of a is %s"
%
a