Skip to content

Commit acc046a

Browse files
authored
Update README.md
1 parent 90aad78 commit acc046a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/34-a_aa_aaa_aaaa/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
## 📝 Instructions:
44

5-
1. Write a program `computed_value` to calculate the sum of a+aa+aaa+aaaa, where 'a' is a given digit.
5+
1. Write a program `computed_value()` to calculate the sum of a+aa+aaa+aaaa, where 'a' is a given digit.
66

77
## 📎 Example input:
88

99
```py
10-
compute_the_value(9)
10+
computed_value(9)
1111
```
1212

1313
## 📎 Example output:

0 commit comments

Comments
 (0)