I need to ask user ID-Code: id_code = int(input("Please enter your ID code: ")) It's must be 11 digits. How i make if/else statement that checks is the value is right or not?
I need to ask user ID-Code: id_code = int(input("Please enter your ID code: ")) It's must be 11 digits. How i make if/else statement that checks is the value is right or not?