Skip to content

Instantly share code, notes, and snippets.

View blue-hope's full-sized avatar
🎈

Dave Kwon blue-hope

🎈
View GitHub Profile
@blue-hope
blue-hope / ran.py
Last active April 28, 2021 09:14
ran.py
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
🌞 Morning 796 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 46.4%
πŸŒ† Daytime 477 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Šβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 27.8%
πŸŒƒ Evening 78 commits β–‰β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 4.5%
πŸŒ™ Night 364 commits β–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 21.2%