Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a = int(input())
- b = ord(input())
- c = ord(input())
- d = int(input())
- e = int(input())
- f = int(input())
- counter = int(input())
- for i in range(1, a + 1):
- for j in range(65, b + 1):
- for k in range(97, c + 1):
- for l in range(1, d + 1):
- for m in range(1, e + 1):
- for n in range(1, f + 1):
- counter -= 1
- if counter == 0:
- print(f"{i}{chr(j)}{chr(k)}{l}{m}{n}")
- exit(0)
- print("No password on this position")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement