Compare commits
3 Commits
dingshuo-p
...
dingshuo-p
| Author | SHA1 | Date | |
|---|---|---|---|
| 8062ed4bfd | |||
|
|
ffd77057e3 | ||
| 279a01b897 |
@@ -31,12 +31,12 @@ def long_line():
|
||||
|
||||
|
||||
# 缺陷9: 缺少空格
|
||||
# def missing_spaces():
|
||||
# """缺少必要空格"""
|
||||
# x=1+2
|
||||
# y=3*99
|
||||
# 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