Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 2d57ab3

Browse files
codedgeactions-user
authored andcommitted
Prettified Code!
1 parent 37dfd22 commit 2d57ab3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ and return the last `6` non-zero numbers.
107107
Given the follwing function you should suggest what could be improved. There are no other documents explaining why this function has been written or what the purpose is/should be.
108108

109109
**Example in python**
110+
110111
```python
111112
def multiply(x, y):
112113
if y > 0:
@@ -126,7 +127,7 @@ def multiply(x, y):
126127
### Task 8
127128

128129
Do an in-place mirroring of a one dimensional array. In-place switching is key here as the input array can be very big
129-
and no additional memory should be occupied -
130+
and no additional memory should be occupied -
130131

131132
**Requirements:**
132133

0 commit comments

Comments
 (0)