We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90aad78 commit acc046aCopy full SHA for acc046a
exercises/34-a_aa_aaa_aaaa/README.md
@@ -2,12 +2,12 @@
2
3
## 📝 Instructions:
4
5
-1. Write a program `computed_value` to calculate the sum of a+aa+aaa+aaaa, where 'a' is a given digit.
+1. Write a program `computed_value()` to calculate the sum of a+aa+aaa+aaaa, where 'a' is a given digit.
6
7
## 📎 Example input:
8
9
```py
10
-compute_the_value(9)
+computed_value(9)
11
```
12
13
## 📎 Example output:
0 commit comments