Skip to content

Instantly share code, notes, and snippets.

@Vaisakhkm2625
Created July 6, 2024 21:53
Show Gist options
  • Save Vaisakhkm2625/dea3f0e635b7e357f97ee3ddc87cca3f to your computer and use it in GitHub Desktop.
Save Vaisakhkm2625/dea3f0e635b7e357f97ee3ddc87cca3f to your computer and use it in GitHub Desktop.
star-pattern-sinwave
for i in range(1,10000):
print(round(35+35*math.sin(i/5))*" ","*")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment