def test(x): y=2*x+1 return y print(test(3) )
def test(): x=3 y=2*x+1 return yprint(test() )
posted on 2018-02-08 18:56 python_an 阅读(98) 评论(0) 收藏 举报
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3