Last active
November 4, 2021 15:00
-
-
Save corentinbettiol/a1ae4cfd204640f8aba2eb2ebdeb9474 to your computer and use it in GitHub Desktop.
Revisions
-
corentinbettiol revised this gist
Nov 4, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ Display this in your term:  May be useful for running loops? Idk. -
corentinbettiol revised this gist
Nov 4, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ Display this in your term:  May be useful for running loops? Idk. -
corentinbettiol created this gist
Nov 4, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ Display this in your term:  May be useful for running loops? Idk. I found the chars [here](https://www.fileformat.info/info/charset/UTF-8/list.htm?start=9216). 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ from time import sleep while 1: print("\r \u27a9 ", end="") sleep(0.15) print("\r \u27ab ", end="") sleep(0.15) print("\r \u27ac ", end="") sleep(0.15)