Computer Science, asked by sahilthemissile, 5 months ago

please solve this

dua lagegi please

What will be the output of the following code:

    Num={31:111,22:222,43:333,14:444,25:555}

    N=sorted(Num.values())

    print(“the values are:”,N[-1],N[-2])   ​

Answers

Answered by valeriy69
0

the values are: 555 444

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Answered by Japji21
0

Answer:

the values are: 555 444

Explanation:

pls follow up

Similar questions