Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. def typhoon(x):
  2. # I was thinking maybe use a two dimensional array initialize with value 0
  3. # then do some calculation to know which position to print out '#', but can
  4. # not think of a way to calc this.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement