标签:python
Centos 7 安装Python3.7.2 环境
更换YUM源: 安装wget yum -y install wget [root@code-server ~]# cd /etc/yum.repos.d/ [root@code-server yum.repos.d]# mv CentOS-Base.repo CentOS-Bas...
Python笔记-Python SMTP发送邮件
#!/usr/bin/python # -*- coding: UTF-8 -*- import smtplib from email.mime.text import MIMEText from email.header import Header # 第三方 SMTP 服...
Python 基础学习之–猜拳游戏
''' 1. 出拳 石头,剪刀,布 玩家:手动输入 电脑:1.固定:剪刀 2.随机 2. 判断输赢 2.1 玩家获胜 2.2 平局 2.3 电脑获胜 ''' #引入...
pip install netaddr 报错
问题现象: pip install netaddr 报错 ERROR: ExceptionThere was an error checking the latest version of pip. ERROR: Exception: 尝试从系统终端运行...
pip install netaddr 报错ERROR: Exception There was an error checking the latest version of pip.
问题现象: ERROR: Exception: 尝试从系统终端运行此命令。确保使用为 'C:\Users\Administrator\AppData\Local\Programs\Python\Python37\python.exe' 处的 ...