Python Forum
Create code for input names and score for 15 student - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: Create code for input names and score for 15 student (/thread-29814.html)



Create code for input names and score for 15 student - Davin - Sep-21-2020

How i create a code using array and index for making table for input score and name for 15 student. Please help me .....


RE: Create code for input names and score for 15 student - buran - Sep-21-2020

We are glad to help, but we are not going to do your homework for you. Show us what have you tried. Post your code in python tags, full traceback (if you get any) - in error tags. Ask specific questions.


RE: Create code for input names and score for 15 student - DeaD_EyE - Sep-21-2020

I think dictionaries are a good starting point for this task: https://www.w3schools.com/python/python_dictionaries.asp