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
import random | |
arr = [] | |
while len(arr) < 1000: | |
random_number = random.randint(0, 1439) | |
if random_number not in arr: | |
arr.append(random_number) | |
else: | |
continue |
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
π Morning 796 commits βββββββββββββββββββββ 46.4% | |
π Daytime 477 commits βββββββββββββββββββββ 27.8% | |
π Evening 78 commits βββββββββββββββββββββ 4.5% | |
π Night 364 commits βββββββββββββββββββββ 21.2% |