Remove semicolons
Remove semicolon in head Remove semicolon in initial Remove semicolons in tail
This commit is contained in:
@ -13,5 +13,5 @@ def initial(lst):
|
||||
```
|
||||
|
||||
```py
|
||||
initial([1, 2, 3]); # [1,2]
|
||||
initial([1, 2, 3]) # [1,2]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user