Finding the percentage HackerRank Python Example
You have a record of N students. Each record contains the student’s name, and their percent marks in Maths, Physics and Chemistry. The marks can be floating values. The user enters some integer N followed by the names and marks for N students. You are required to save the record in a dictionary data type. The user then […]
Finding the percentage HackerRank Python Example Read More »