aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/files/test.py
blob: f389225d72d5596411bb3d5c7b866141bf4de5ed (plain)
1
2
3
4
5
6
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)