Skip to content
Snippets Groups Projects
Commit 26e3c347 authored by Børge Haugset's avatar Børge Haugset
Browse files

litt småendringer av strengeksemplene

parent cc184fe0
Branches
Tags
No related merge requests found
...@@ -14,4 +14,4 @@ def SKRIV_OM_DETTE: ...@@ -14,4 +14,4 @@ def SKRIV_OM_DETTE:
streng = input("Streng: ") streng = input("Streng: ")
antall = int(input("Rotasjoner: ")) antall = int(input("Rotasjoner: "))
print(f'{streng} rotert {antall} ganger blir {roter_streng(streng, antall).}') print(f'{streng} rotert {antall} ganger blir {roter_streng(streng, antall)}.')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment