#!/usr/local/bin/python3 import numpy as np x = np.arange(0.0, 1.0, 0.01) y = np.sin(x) print y