Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please make sure the answer is in Python. Thanks! 12/3/2018 CSc 110 - Short PA - Star Wars - Benjamin Dicken CSc 110 - Short
Please make sure the answer is in Python. Thanks!
12/3/2018 CSc 110 - Short PA - Star Wars - Benjamin Dicken CSc 110 - Short PA- Star Wars In this short PA, you will be one program that prints out ascii art of a TIE fighter from Star Wars. Printing a TIE-fighter M as becom In the this program, you will print out a tie-fighter (an example of this spacecraft is shown above). Name your program tie.py. Your program should ask the user for one number; the width of the tie fighter. The number that your program accepts should control the width of the "arms" that extend out on each side of the tie fighter. The height of the fins and the size of the center can remain the same size regardless of the value that the user enters. Below are several examples of this program running with different input values provided. Your program should match the look of the TIE fighter exactly. You can use the differ tool to check that your output matches. Enter TIE width: 7 [ ]] l 1 [ [ ir IC C 1 [ This study ro shared via Coun Enter TIE width: 15 IC [ IC ir ir /=--= /===--== //== X = 11 \==---== / I=-=-=/ ir ir IC [ [Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started