too be discuse
def pincode(pc):
if pc//100000!=0 and pc//100000<=9:
print("valid")
else:
print("invalid")
pincode(int(input("Enter your 6 digit pin code :")))
too be discuse
def pincode(pc):
if pc//100000!=0 and pc//100000<=9:
print("valid")
else:
print("invalid")
pincode(int(input("Enter your 6 digit pin code :")))
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)