Skip to content

Instantly share code, notes, and snippets.

View Hanaasagi's full-sized avatar
🧠
我脑子有病

Hanaasagi

🧠
我脑子有病
View GitHub Profile
# -*-coding:UTF-8-*-
from operator import methodcaller
l = ['abc', 'efg']
map(methodcaller('upper'), l)
import sys
import os
import time
py = sys.version_info
if py < (3, 0, 0):
input = raw_input
_version = 1.0