Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
3445365503e1e4d5601acf7c05609cc9673ec414
/
.
/
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