a.py 88 Bytes Edit 1 2 3 4 5 k=('a','b','1c','HO','j','u','k') a=('q','w','e','r') print(min(k)) print(max(a))