Skip to content

Instantly share code, notes, and snippets.

View kry-p's full-sized avatar
🤥
🍊🍾

kry-p

🤥
🍊🍾
View GitHub Profile
@kry-p
kry-p / main.py
Last active February 11, 2021 11:02
파이썬 텍스트 계산기
# 파이썬 텍스트 계산기
# 텍스트를 입력받아 간단한 연산을 수행, 메신저용 봇으로 활용 예정
import math
import re
class Calculator:
def __init__(self, ):
self.library = {
@kry-p
kry-p / I'm a night 🦉
Last active August 29, 2022 00:59
Daily commit
🌞 Morning 84 commits ██▊░░░░░░░░░░░░░░░░░░ 13.3%
🌆 Daytime 224 commits ███████▍░░░░░░░░░░░░░ 35.4%
🌃 Evening 278 commits █████████▏░░░░░░░░░░░ 44.0%
🌙 Night 46 commits █▌░░░░░░░░░░░░░░░░░░░ 7.3%