Skip to content

Commit c49ece9

Browse files
committedOct 21, 2019
polishing v2
1 parent bf86b7c commit c49ece9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+203
-178
lines changed
 

‎Computations/Calculate-Grades.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ After that, we are running a simple if-else to determine the grade.
4141
[![Next Page](../assets/next-button.png)](Gravitational-Force.md)
4242
 
4343

44-
###### tags: `programmig-hero` `python` `float` `int` `math`
44+
###### tags: `programmig-hero` `python` `python3` `problem-solving` `programming` `coding-challenge` `interview` `learn-pyton` `python-tutorial` `programming-exercises` `programming-challenges` `programming-fundamentals` `programming-contest` `python-coding-challenges` `python-problem-solving`

‎Computations/Complex-Interest.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ Take money borrowed, interest and duration as input. Then, compute the compound
55

66
### Hint
77
Compound interest formula is:
8-
8+
```python
99
A = P(1+r/100)t
10+
```
1011

1112
Here, P is the principal amount; it is the amount that you borrowed. r is the interest rate in percentage and t is the time.
1213

@@ -43,4 +44,4 @@ To apply the same power on multiple things, put them inside parentheses and then
4344
[![Next Page](../assets/next-button.png)](Calculate-Grades.md)
4445
 
4546

46-
###### tags: `programmig-hero` `python` `float` `int` `math`
47+
###### tags: `programmig-hero` `python` `python3` `problem-solving` `programming` `coding-challenge` `interview` `learn-pyton` `python-tutorial` `programming-exercises` `programming-challenges` `programming-fundamentals` `programming-contest` `python-coding-challenges` `python-problem-solving`

0 commit comments

Comments
 (0)