Created
July 26, 2024 16:59
-
-
Save teebow1e/efb57c702ff04e5b32d793743723a0d9 to your computer and use it in GitHub Desktop.
Cool brute-forcing effect print python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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