#! /usr/bin/env python import math for i in range(10000): x = i/100.0 y = math.sin(x) print x, ' ', y