• check incorrect

Question related to mission Robot Sort

 
def swapsort(a):
    return '34'

assert swapsort((1, 2, 3, 5, 3)) == '43', 'One move'