Answer:
To solve the problem, first,
a) The computer account should be reset.
b) Deactivate the computer from the domain.
c) Then, rejoin it to the domain.
Explanation:
A domain is a network that allows different computers to function and operate from a common server. A domain may or may not be protected by a password. Setting up a domain provides additional security thereby blocking other computer networks from having access to it. When a person is experiencing difficulties in logging into a domain, there are certain things to be done to resolve the issue.
First, reset the computer account.
Secondly, deactivate the computer from the domain.
Third, Rejoin it back to the domain.
favorite_color = input("Enter favorite color:\n")
pet = input("Enter pet's name:\n")
num = input("Enter a number:\n")
print("You entered: "+favorite_color+" "+pet+" "+num)
password1 = favorite_color+"_"+pet
password2 = num+favorite_color+num
print("First password: "+password1)
print("Second password: "+password2)
print("Number of characters in "+password1+": "+str(len(password1)))
print("Number of characters in "+password2+": "+str(len(password2)))
This works for me.
"detection" by checking for possible cycles or knots.