subject

Hi I need help, This assignment is for Assignment 6 Question 4 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

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

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: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 16:20
It policy compliance and emerging technologies respond to the following: propose at least three control measures that organizations need to put in place to ensure that they remain complaint with emerging technologies and in a continually changing it environment. examine the correlation of effective configuration management and change control procedures to remain compliant with emerging technologies and it security changes.
Answers: 2
question
Computers and Technology, 22.06.2019 17:30
The forerunner to cell phones, pdas, and smartphones was
Answers: 1
question
Computers and Technology, 23.06.2019 00:00
Suppose you have 9 coins and one of them is heavier than others. other 8 coins weight equally. you are also given a balance. develop and algorithm to determine the heavy coin using only two measurements with the of the balance. clearly write your algorithm in the form of a pseudocode using the similar notation that we have used in the class to represent sorting algorithms
Answers: 1
question
Computers and Technology, 23.06.2019 09:30
Write a function called checkfactor that takes two arrays of positive numbers, firstnumberrow and secondnumberrow. checkfactor checks if the first entry in firstnumberrow is divisible by the first entry in secondnumberrow, and performs the same operation on the next array elements until all entries have been checked. all the numbers are positive and the number of entries in the arrays are the same. the function should return the identified divisible numbers in two row arrays named firstdivisible and seconddivisible.restrictions: branches or loops should not be used. the code must use the internal mod and logical functions.hint: the mod function should be used to determine if two numbers are divisible. ex: for num1 and num2 if mod(num1,num2) is 0, then the two numbers are divisible.this is matlab
Answers: 2
You know the right answer?
Hi I need help, This assignment is for Assignment 6 Question 4 in edhesive for computer science. her...
Questions
question
Chemistry, 13.09.2020 05:01
question
Mathematics, 13.09.2020 05:01
question
History, 13.09.2020 05:01
question
Mathematics, 13.09.2020 05:01
question
Mathematics, 13.09.2020 05:01
question
Mathematics, 13.09.2020 05:01
question
Mathematics, 13.09.2020 05:01
question
Social Studies, 13.09.2020 05:01
question
Geography, 13.09.2020 05:01
question
Mathematics, 13.09.2020 05:01
question
Mathematics, 13.09.2020 05:01
question
Mathematics, 13.09.2020 05:01
question
Physics, 13.09.2020 05:01
question
Mathematics, 13.09.2020 05:01
question
Mathematics, 13.09.2020 05:01
question
French, 13.09.2020 05:01
question
Mathematics, 13.09.2020 05:01
question
Mathematics, 13.09.2020 05:01
question
World Languages, 13.09.2020 05:01
question
Mathematics, 13.09.2020 05:01