#!/usr/bin/env python3; import numpy # Begin Main print("Floating point numbers") for d in numpy.arange(1.0, 2.01, 0.1) : print(str(d))