Contact: aviboots(AT)netvision.net.il
39,909 questions
51,841 answers
573 users
n = -213 print(max(int(i) for i in str(n) if i not in '.-')) n = -76594 print(max(int(i) for i in str(n) if i not in '.-')) n = -76852 print(sorted(list(str(n)))[-1]) ''' run: 3 9 8 '''