Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ITGK2020
borgeha forelesningskode
Commits
26e3c347
Commit
26e3c347
authored
Oct 15, 2020
by
Børge Haugset
Browse files
litt småendringer av strengeksemplene
parent
cc184fe0
Changes
1
Hide whitespace changes
Inline
Side-by-side
uke42/oppgave_caesar_rotasjon.py
View file @
26e3c347
...
...
@@ -14,4 +14,4 @@ def SKRIV_OM_DETTE:
streng
=
input
(
"Streng: "
)
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
)
}
.
'
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment