Python 学习笔记:
1:变量 _ 用于保存最后一次运算的结果。
>>> 1+2 3 >>> _+2 5 >>>
Python 学习笔记
原文:http://ipyth.blog.51cto.com/7012737/1757356