11 lines
130 B
Python
11 lines
130 B
Python
|
|
#-*- coding:utf-8 -*-
|
|
'''
|
|
created by hch 2019-06-26
|
|
'''
|
|
|
|
|
|
class printlog():
|
|
|
|
def printA():
|
|
print("hello word") |