python学习8——整理第一部分。
2021-07-13 16:06
标签:ble 第一部分 tab 浮点数 port %s 制表符 border doc python学习8——整理第一部分。 标签:ble 第一部分 tab 浮点数 port %s 制表符 border doc 原文地址:https://www.cnblogs.com/shannon-V/p/9531303.html
符号/命令
含义
print("")
打印所输入的内容。
# -*- coding: utf-8 -*-
使用 unicode UTF-8 编码
%
取余数
%c
字符
%d
有符号十进制整数
%f
浮点数
%s
字符串
%r
任意格式内容
end=""
使内容在同一行
\n
换行
\\
\
\t
空开一个制表符位置
import
模组
def
定义一个函数
id()
查看存放位置
type()
查看字符类型
下一篇:python3学习(3)
文章标题:python学习8——整理第一部分。
文章链接:http://soscw.com/index.php/essay/104701.html