Question: how will i write this code in python? Just make it by using basic python! not just the print statements for each size? Write a
how will i write this code in python? Just make it by using basic python! not just the print statements for each size?

Write a program that inputs a number between 3 and 21 and prints out the letter A as shown below. Print an error message and stop if an incorrect number is entered. If they enter an even number in the correct range, increase the number to the next odd number and print the A. Here is the precise dialog required: Program to print out the letter 'A' in various sizes. You will enter an odd number between 3 and 21 Written by John Koch. Enter an odd number between 3 and 21: -4 Error: n must be >= 3, not - 4 *** Running alpha.py with 5 *** Program to print out the letter 'A' in various sizes. You will enter an odd number between 3 and 21 Written by John Koch. Enter an odd number between 3 and 21: 5 For n 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
