随笔分类 - python
python学习
摘要:python中input输入函数 #!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2022/5/12 17:28 # @Author : Xiang # @Site : # @File : input.py # @Software: P
阅读全文
摘要:python 保留字 #!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2022/5/7 16:31 # @Author : Xiang # @Site : # @File : keyword.py # @Software: PyChar
阅读全文
摘要:##转义字符 #!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2022/5/7 14:49 # @Author : Xiang # @Site : # @File : 转义字符.py # @Software: PyCharm print
阅读全文
摘要:##print函数 #!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2022/5/7 14:16 # @Author : Xiang # @Site : # @File : print函数.py # @Software: PyCharm
阅读全文