Remove Python 2 references from the track (#3437)

* Remove Python 2 references from the track

* Revert unintentional whitespace changes to test files

[no important files changed]
This commit is contained in:
Isaac Good
2023-07-14 05:53:39 -07:00
committed by GitHub
parent 5bb59595d9
commit 29a64a4889
11 changed files with 9 additions and 22 deletions

View File

@@ -2,7 +2,7 @@
## Example implementation
Modified from the existing [example.py](https://github.com/exercism/python/blob/master/exercises/rna-transcription/example.py) to remove Python 2 compatiblity noise:
Taken from the existing [example.py](https://github.com/exercism/python/blob/main/exercises/practice/rna-transcription/.meta/example.py):
```python
DNA_TO_RNA = str.maketrans("AGCT", "UCGA")