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