Answer:
Following are the code to this question can be described as follows:
c= input('Input triangle_char: ') #defining variable c that input character value
length = int(input('Enter triangle_height: ')) # Enter total height of triangle
for i in range(length): # loop for column values
for j in range(i+1): #loop to print row values
print(c,end=' ') #print value
print()# for new line
Output:
please find the attachment.
Explanation:
In the above python code, two variable "c and length" variables are declared, in variable c is used to input char variable value, in the next line, length variable is defined, that accepts total height from the user.
- In the next line, two for loop is declared, it uses as nested looping, in which the outer loop prints column values and inner the loop is used to prints rows.
- To prints all the value the print method is used, which prints the user input character triangle.
Community cloud is best for a group of several universities who want to combine research efforts and store data in the cloud.
<h3>Community cloud</h3>
Community cloud allows for the flexibility and scalability normally found in a public cloud, but it also limits the number of users to a smaller, trusted group.
- When multiple organizations with similar objectives want to combine efforts in a cloud, the best choice is generally a community cloud.
Community cloud is best for a group of several universities who want to combine research efforts and store data in the cloud.
Find out more on community cloud at: brainly.com/question/25620318
he program gives an output in increment of 5, if the first inputted integer is less than the second. The program written in python 3 goes thus
Answer:
hdml coding is a standard markup language for documents designed to be displayed in a web browser.
Explanation:
it can be assisted using things like CSS or JS
Answer:
A. planning and gathering financial information