# test struct package with floats try: import struct except ImportError: print("SKIP") raise SystemExit i = 1.0 + 1 / 2 # TODO: it looks like '=' format modifier is not yet supported # for fmt in ('f', 'd', '>f', '>d', 'e", ">f", ">d", "