fixed formatting
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# [Primzahlen](./primes.py)
|
||||
# [Primzahlen](src/branch/main/loops/primes/primes.py)
|
||||
|
||||
## `is_prime`
|
||||
|
||||
@ -28,4 +28,4 @@ Schreiben Sie nun folgende Funktion `prime_factorize(n: int) -> list[int]` welch
|
||||
|
||||
Tipp: Sie können hierfür die Funktionen `is_prime` und `next_prime` verwenden
|
||||
|
||||
## [Hier gehts zu den Lösungen](./solution/primes.py)
|
||||
## [Hier gehts zu den Lösungen](src/branch/main/loops/primes/solution)
|
||||
|
Reference in New Issue
Block a user