Compare commits
6
Commits
dev
...
dingshuo-patch-1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b5102b6835 | ||
|
|
77fd09e6d2 | ||
|
|
91c16cbc88 | ||
|
|
95831d5190 | ||
|
|
453414efb2 | ||
|
|
d11b349d5e |
@@ -31,12 +31,12 @@ def long_line():
|
||||
|
||||
|
||||
# 缺陷9: 缺少空格
|
||||
def missing_spaces():
|
||||
"""缺少必要空格"""
|
||||
x=1+2
|
||||
y=3*4
|
||||
if x==1:
|
||||
print(x)
|
||||
# def missing_spaces():
|
||||
# """缺少必要空格"""
|
||||
# x=1+2
|
||||
# y=3*99
|
||||
# if x==1:
|
||||
# print(x)
|
||||
|
||||
|
||||
# 缺陷1: 未使用的导入
|
||||
|
||||
Reference in New Issue
Block a user