You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
126 B
Python

from math import sin, cos, radians
import sys
for i in range(1000):
print(' '*int(10*cos(radians(i))+10) + '.')