This is day number 23 of learning python from scratch.
today i learnt, what is Index-Error and how to fix it.
Generally when you try to Access a element or data,
which is not available or not a valid choice, that time you get this error.
to fix is , check your length of your list and then print accordingly
that's it for today ,
see you tommorow