__file__ 是 python 的内置变量它的值等于文件名本身
[root@localhost ~]$ cat test.py #!/usr/bin/env python print(__file__)
[root@localhost ~]$ python test.py
test.py
__file__ 是 python 的内置变量它的值等于文件名本身
[root@localhost ~]$ cat test.py #!/usr/bin/env python print(__file__)
[root@localhost ~]$ python test.py
test.py
上一篇:Python 处理命令行参数
下一篇:Python 内置变量
# -*- coding: utf-8 -*-from termcolor import coloredimport sysprint(colored
第一个程序课程目标 能够使用PyCharm工具完成hello python程序编写并运行该程序 能够使用PyCharm工具对代码执行单行调试 课程内容 第一个python程序——hello python pycharm基本使用第一个程序 1.1 Hello Python书写步骤 步骤一:新建文本文档文件,修改名称为hello.py 步骤二:使用记事本打开文件,书写程序内容如下:步骤
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M