PracticeDev/study_python/module/sound/effects/echo.py

14 lines
183 B
Python
Raw Normal View History

2022-12-20 17:31:11 +08:00
#!/usr/bin/python
#coding=utf8
"""
# Author: songtianlun
# Created Time : 2021-11-22 09:28:07
# File Name: effects/echo.py
# Description:
"""
def show():
print("hello world!")