node.js 是什么
Node.js是一个基于Chrome V8引擎的JavaScript运行环境。Node.js使用了一个事件驱动、非阻塞式I/O的模型。
为什么不甘愿平庸,却依然碌碌无为。
1、安装
在cmd命令行中进行安装,pip install fake_useragent
from fake_useragent import UserAgent
for i in range(5):
print(UserAgent().random)
官网 https://www.python.org/
地址:https://www.python.org/ftp/python/3.8.0/python-3.8.0b2-amd64.exe
python -V
查看python 版本