Python code to arrange print the rank for the any name and rank without any functions | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python code to arrange print the rank for the any name and rank without any functions

List= [['A',10],['b',10],['c',9],['d',8]] Output 1. A 1. b 2. c 3.d Condition: The program should work for any kind of input which means there can be any no. 1st or 2nd or 3rd rank. No functions should be used.

26th Sep 2021, 10:06 AM
Sudalai Vignesh
1 Answer
+ 1
Sudalai Vignesh If this is a challenge, then you need to post this in your personal feed, or another post I will link to this post of yours. If it is a question, then please specify the details of your difficulty & attach your attempt https://www.sololearn.com/Discuss/1270852/?ref=app
26th Sep 2021, 10:12 AM
Rik Wittkopp
Rik Wittkopp - avatar