Skip to content

Instantly share code, notes, and snippets.

View drum-grammer's full-sized avatar
πŸ₯
happy coding

drum-grammer

πŸ₯
happy coding
View GitHub Profile
🌞 Morning 75 commits β–ˆβ–ˆβ–Šβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 13.2%
πŸŒ† Daytime 314 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 55.2%
πŸŒƒ Evening 170 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 29.9%
πŸŒ™ Night 10 commits β–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 1.8%
import sys
from itertools import zip_longest
"""
>> int ν˜•μ˜ μ΅œλŒ€κ°’ μ•Œμ•„λ³΄κΈ°
t1 = sys.maxsize
t2 = sys.maxsize + 1
print(f"t1: {t1}, type: {type(t1)}")
print(f"t2: {t2}, type: {type(t2)}")