15 lines
262 B
Python
15 lines
262 B
Python
def func1():
|
|
print("hello world1231231")
|
|
|
|
def func2():
|
|
print("大家发附件奥利弗")
|
|
|
|
def func3():
|
|
print("u9c2ur2uc9823nyrc982")
|
|
|
|
def func4():
|
|
print("1111111111111111111111111")
|
|
|
|
if __name__ == '__main__':
|
|
print("hello world")
|
|
func1() |