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 | ||||
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 6 | print("the value of a is %s" % a) |