Question: Write down a Python program to do the following. The program takes your student number and displays it then creates a nested list named your
Write down a Python program to do the following. The program takes your student number and displays it then creates a nested list named "your name". The number of rows is the first 2 digits of your student number as a whole number and the number of column is the power 5 of the first digit. If the user enters ' w ' the first row should be filled with the word 'North', if the user enters 'a' the leftmost column should be filled with the word 'west', if the user enters ' d ' the rightmost column should be filled with the word 'east' and if the user enters 's' the last column should be filled with the word 'south
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
