Skip to content

Instantly share code, notes, and snippets.

View onitonitonito's full-sized avatar
🎯
Focusing

Kay SuParX the Cat Person onitonitonito

🎯
Focusing
View GitHub Profile
@onitonitonito
onitonitonito / model_car.py
Created June 1, 2017 04:43
Python, Object Oriented Programming -- Drill #01. Speed Up Your Car!
FORM_INTRO='''\
=================================
\tVEHICLE INFORMATION
---------------------------------
1. MODEL : %s (%s)
2. MAX SPEED : %d km/h
3. ACCELARAT : +_ %d kmh
4. STATUS : %d kmh
---------------------------------\n\n\n'''
@onitonitonito
onitonitonito / xmas_tree_2016_blinking.py
Last active December 28, 2019 02:53
Some modification on package file
"""
# 3년전 이맘때 쯤, 블링킹 xmas 트리
"""
import os
import time
import random
# print(__doc__)
filler = '.'