• + 0 comments

    x=input() print(''.join(sorted(x,key=lambda x:(x.isdigit() and int(x)%2==0,x.isdigit() and int(x)%2!=0,x.isupper(),x.islower(),x))))