fork download
  1. import math
  2. for i in range(10):
  3. print(math.sin(i))
Success #stdin #stdout 0.01s 8968KB
stdin
Standard input is empty
stdout
0.0
0.841470984808
0.909297426826
0.14112000806
-0.756802495308
-0.958924274663
-0.279415498199
0.656986598719
0.989358246623
0.412118485242