2 Star 3 Fork 3

celaraze / learning-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
1.输出和输入.py 246 Bytes
一键复制 编辑 原始数据 按行查看 历史
绯末 提交于 2019-12-26 11:02 . 建仓备用
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# 输出,可以在print方法中用逗号隔开,结果是会把所有字符串拼接起来,逗号会转换成空格
print('hello world')
print('hello', 'world')
# 输入
name = input()
print(name)
Python
1
https://gitee.com/celaraze/learning-python.git
git@gitee.com:celaraze/learning-python.git
celaraze
learning-python
learning-python
master

搜索帮助