10 lines
147 B
Python
10 lines
147 B
Python
#!/usr/bin/env python
|
|
# -*- coding:utf-8 -*-
|
|
# Author: yiliyas
|
|
# Date: 2022.5
|
|
|
|
sout=' ^_^ 调测中,请稍候 ^_^ '
|
|
print(sout)
|
|
|
|
|