python标准格式

#!/usr/bin/python
# -*- coding: UTF-8 -*-

def hello_xxxx():
print ('xxxx')

if __name__ == '__main__':
hello_xxxx()

posted @ 2022-11-09 10:18  je_ck  阅读(97)  评论(0)    收藏  举报