def check(s): if len(s)<=8: return False a,b,c,d = 0,0,0,0 for i in s: if i.isupper():&nb...