subject

Hi I need help, This assignment is for Assignment 6 Question 3 in edhesive for computer science. here is the prompt:

Assignment 6: Question 4

Instructions

Assignment 6: Code Snippet

Use the code snippet provided below as the basis for your work on each question in Assignment 6. Note that you may need more than two for loops for shapes in some of the questions.

for i in range(3):
for j in range(3-i):
print("*", end=" ")
print("")

Question 4 Instructions

Use the code snippet above to write a program that uses looping to output the following shape:

FOURTH

* * * * * * * * * *
* * * * * * * * *
* * * * * * * *
* * * * * * *
* * * * * *
* * * * *
* * * *
* * *
* *
*

And here is the code that I currently have:

print("THIRD")
for i in range(9):
for j in range(10-i):
print("*", end=" ")
for j in range(i):
print("*", end=" ")
print("")

Please help I don't understand what I m doing wrong and I cant find help anywhere(Also I am in highschool not middle school if that helps anyone)

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 09:00
Create a cell reference in a formula by typing in the cell name or         a. right-clicking the cell. b. clicking the cell. c. clicking the column where the cell is located. d. clicking the row where the cell is located.
Answers: 1
question
Computers and Technology, 24.06.2019 08:00
Java the manager of a football stadium wants you to write a program that calculates the total ticket sales after each game
Answers: 1
question
Computers and Technology, 25.06.2019 09:30
If a business owner wanted to create a banner ad for his business on his webpage, he could use java programming to develop a (n) spreadsheet cad software applet music application
Answers: 1
question
Computers and Technology, 25.06.2019 11:00
In a paragraph of no less than 125 words, describe how you would create a new database using your software.
Answers: 1
You know the right answer?
Hi I need help, This assignment is for Assignment 6 Question 3 in edhesive for computer science. her...
Questions
question
Mathematics, 30.08.2019 02:00
question
Social Studies, 30.08.2019 02:00
question
History, 30.08.2019 02:00