diff options
| author | dongxiaoyan <[email protected]> | 2020-04-01 12:42:05 +0800 |
|---|---|---|
| committer | dongxiaoyan <[email protected]> | 2020-04-01 12:42:05 +0800 |
| commit | acc676857bd85512f344a8d06aa1ae8846e7c0db (patch) | |
| tree | f2a7e19139d7f763e699ae10a997184c168fed76 /04-CustomLibrary/Custometest/printlog.py | |
Diffstat (limited to '04-CustomLibrary/Custometest/printlog.py')
| -rw-r--r-- | 04-CustomLibrary/Custometest/printlog.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/04-CustomLibrary/Custometest/printlog.py b/04-CustomLibrary/Custometest/printlog.py new file mode 100644 index 0000000..02f8ced --- /dev/null +++ b/04-CustomLibrary/Custometest/printlog.py @@ -0,0 +1,11 @@ + +#-*- coding:utf-8 -*- +''' + created by hch 2019-06-26 +''' + + +class printlog(): + + def printA(): + print("hello word")
\ No newline at end of file |
