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