Skip to content

Commit 031f242

Browse files
committed
update
1 parent 0ad0bd9 commit 031f242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

part01_basic/variable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# 获取输入 类型转换
3838
a = int(input('a = '))
3939
b = int(input('b = '))
40-
# 格式化输入
40+
# 格式化输入 第四个百分号表示呢容来源,对应相等
4141
print('%d + %d = %d' % (a, b, a + b))
4242

4343
"""

0 commit comments

Comments
 (0)