Python HackerRank Challenge #10 Python: Nested Lists

preview_player
Показать описание
This is a tutorial on the eighth Python HackerRank challenge. Today we juggle two lists and a dictionary.

I will work through all the HackerRank challenges with you, so feel free to subscribe if you want to follow along and build your coding and problem solving skills.

#HackerRank #Python #learntocode #tutorial
Рекомендации по теме
Комментарии
Автор

ngl this is low key the best solving method for me, keep it up bruv

bnm
Автор

when I try to replace the "float" to "interger": score = int(input()), why its not working?

hongthuongtran
Автор

hey bro my hackerrank showing AttributeError: 'float' object has no attribute 'append' what is going wrong

shubhambarbaile