1 Star 0 Fork 0

Python程序设计/20194312 蔡永健

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
实验一.py 390 Bytes
一键复制 编辑 原始数据 按行查看 历史
Qze20194312蔡永健 提交于 2020-04-11 12:50 . 实验一
'''
Python实验课
实验一
蔡永健 20194312
'''
print("hello world!")
print("人生苦短,我用Python") #使用print输出语句
print("一加一等于:",1+1) #输出1+1的值
test1 = input("请输入:") #为变量test1赋值 (input输入语句)
print("test1为:",type(test1)) #输出变量test1的类型
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/python_programming/cyj20194312__cai_yongjian.git
[email protected]:python_programming/cyj20194312__cai_yongjian.git
python_programming
cyj20194312__cai_yongjian
20194312 蔡永健
master

搜索帮助