Contact: aviboots(AT)netvision.net.il
41,230 questions
53,732 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 '''