blob: f389225d72d5596411bb3d5c7b866141bf4de5ed [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001import os
2
3os.system('touch /tmp/testfile.python')
4
5a = 9.01e+21 - 9.01e+21 + 0.01
Patrick Williamsc0f7c042017-02-23 20:41:17 -06006print("the value of a is %s" % a)