zoukankan
html css js c++ java
sys python解释器做交互
sys python解释器做交互
import sys
print(sys.path) #模块查找的顺序 ***
print(sys.argv) # 只能在终端执行 **
print(sys.modules) # 查看加载到内存的模块
print(sys.platform) # 查看当前操作系统平台 mac - darwin win - win32 **
mac -- linux 查看 ls
win dir
print(sys.version) # 查看当前解释器的版本
查看全文
相关阅读:
P2121 拆地毯
※P1194 买礼物
P1991 无线通讯网
P2872 [USACO07DEC]Building Roads S
python+pycharm+selenium+谷歌浏览器驱动 自动化环境部署(一)
from bs4 import BeautifulSoup 引入需要安装的文件和步骤
小菜鸟的python3.8.5+RobotFramework+RIDE的安装之路
IntelliJ IDEA 之 工具箱(Tool Box)
RobotFrameWork Web自动化测试环境搭建
Python pip 安装与使用
原文地址:https://www.cnblogs.com/python25/p/11402588.html
最新文章
WIN32 函数GetMessage
WIN32 中 CREATEWINDOW()函数详解(转载)
消息循环中TranslateMessage和Dispatch函数的作用
windows多线程(一) 创建线程 CreateThread
053444
053443
053442
053441
053440
053439
热门文章
053438
053437
053436
053435
P1271 【深基9.例1】选举学生会
※P4047 [JSOI2010]部落划分
P1195 口袋的天空
※P1522 [USACO2.4]牛的旅行 Cow Tours
P1462 通往奥格瑞玛的道路
P1396 营救
Copyright © 2011-2022 走看看