Guest User

Untitled

a guest
Nov 20th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. # hw11.py
  2.  
  3. import math
  4.  
  5. for i in range(0, 361, 10):
  6. print(' ' * (int((math.sin(math.pi*i/180)) * 10)+10), '*')
Add Comment
Please, Sign In to add comment