Questions tagged as 'math'

2
answers

how to make a triangle with this symbol in python (*)?

1) My first problem is how to apply the math with the symbol (*) in str form. 2) My second problem is how do I make a triangle like this * ** *** **** ***** This is my code so far def triangulo(): simbolo='*' for i in range...
asked by 05.10.2018 / 06:14
1
answer

calculate average and percentages in javascript

How I need a little help, I have the following arrangement: And what I need is to transform quantity in%, corresponding to the total average of all the amounts, that is: the total sum of quantity is 791 which is equival...
asked by 24.07.2018 / 20:24