2015. 2. 20. 15:21
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

#! -*- coding: utf-8 -*-

import uuid

print ':'.join(['{:02x}'.format((uuid.getnode() >> i) & 0xff) for i in range(0,8*6,8)][::-1])



'Python' 카테고리의 다른 글

chat_server2.py // chat_client2.py // communication.py  (0) 2015.02.25
pygameScreen.py  (0) 2015.02.20
monotonicTIme.py  (0) 2015.02.18
storingSnippets.py  (0) 2015.02.18
readableSize.py  (0) 2015.02.18
Posted by af334