🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
``` year = raw_input("what year where you born [ex:1980]?") if len(year) != 4 or not year.isdigit(): print "I'm sorry,I don't like that number" else: print "That's good.Moving on!" ```