Skip to content

Instantly share code, notes, and snippets.

@teebow1e
Created July 26, 2024 16:59
Show Gist options
  • Select an option

  • Save teebow1e/efb57c702ff04e5b32d793743723a0d9 to your computer and use it in GitHub Desktop.

Select an option

Save teebow1e/efb57c702ff04e5b32d793743723a0d9 to your computer and use it in GitHub Desktop.
Cool brute-forcing effect print python
for i in range(1,3000000):
print(f"\r{i}", end="")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment