python中’*’和’**’的使用分两个方面,一个是计算,另一个是参数传递过程中元素的打包和解包. 计算方面 ‘*’和’**’在python中最常见的作用分别是‘相乘’和‘乘幂’,如下: >>> a = 2 >>> b = 3 >>> c = 5*6 >>> d = 4**3 >>> e = a*b >>> f = a**b 传递.打包.解包方面 函数的可变参数 对函数传递的参数进行打包(成元组
pip与linux中的yum非常类似,下载.安装软件包并解决依赖问题. 安装 C:\Python33\Scripts>easy_install.exe pip Searching for pip Best match: pip 9.0.1 Processing pip-9.0.1-py3.3.egg pip 9.0.1 is already the active version in easy-install.pth Installing pip3-script.py script to C:\