Question: python Ruler 1) Write a program that asks a user to enter a number n and displays a rule start of size n. Example for
pythonRuler 1) Write a program that asks a user to enter a number n and displays a rule start of size n. Example for n = 12: I ------- 2) Modify this program to ask for two numbers n and k and display a rule of length n graduated from k to k. Example for n = 12, k = 3:1-1-1-1-1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
