123

import sys
def say_heffo_to(whom):

num=(1+2)/3*4%5//6
output="Hello{whom},we got the result:zero({num})"
print(output)
if __name__ =="__main__":
print(type(sys.argv))

say_heffo_to(sys.argv[1])

posted @ 2023-10-23 15:35  栾天宇  阅读(46)  评论(0)    收藏  举报