提交 22f782bd 编写于 作者: 澄清寰宇's avatar 澄清寰宇

python

上级
#!/usr/bin/env python3
'''
Author: your name
Date: 2021-08-29 16:19:02
LastEditTime: 2021-08-30 22:24:43
LastEditors: Please set LastEditors
Description: In User Settings Edit
FilePath: /python/hello.py
'''
# print('hello, world', '尹鹏孝', '美丽')
# print(200+300)
# name = input('请输入你的名字:')
# print('你好,', name)
# print('1024*768=')
# value = input('请输入1024*768=')
# value = "1024*768 = "+value
# print(value)
print(r'\\dd\'')
print('qq\t')
print('''line ooo 000p word
''')
print('''line''')
print(not (3 > 2 and 0 < -1))
a = 0
b = 'Abc'
a = b
c = True
a = c
print(a)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册