point_dic = { '3' : 3, '4' : 4, '5' : 5, '6' : 6, '7' : 7, '8' : 8, '9' : 9, '10' : 10, 'J' : 11, 'Q' : 12, 'K' : 13, 'A' : 14, '2' : 15, 'joker' : 35, 'JOKER' : 40 } while 1: try: cmp1, cmp2 = input().split('-') cmp1 ...