Update README.md

This commit is contained in:
marina 2023-08-07 17:38:59 -07:00 committed by GitHub
parent e6b5af60e3
commit 7d89916381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,11 +115,6 @@ def duplicate_zeros(arr: list[int]) -> list[int]:
<br>
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# author: bt3gl
```python
def remove_duplicates(nums: list[int]) -> int: