-
Notifications
You must be signed in to change notification settings - Fork 2
第四章错误 #15
Open
Description
第四章:P77for p in pins:
keys.append(Pin(p,Pin.IN))
P81self.computerScore=0
self.equalNum=0
代码有缩进错误,程序可以正常运行
p77应为 for p in pins:
key.append(Pin(p,Pin.IN))
p81 self.computerScore=0
self.equalNum=0
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.