求解函数?
def abc(): pwd=input('please input the password:') if pwd=='apple': print 'Logging on...' else: print 'incorrent' abc()
请问上面的代码哪里错了?
def abc(): pwd=input('please input the password:') if pwd=='apple': print 'Logging on...' else: print 'incorrent' abc()
请问上面的代码哪里错了?
2017-03-04
举报