#a={'key':'value',} def YuanShen(UID)->int: if UID > 300000000: print('欢迎新人') else: print('恭迎学长') return UID UID=int(input('UID:')) YuanShen(UID)