scrimba
Python 101 Svenska
(9)Python 101 Svenska : Strings - Övning
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

(9)Python 101 Svenska : Strings - Övning
AboutCommentsNotes
(9)Python 101 Svenska : Strings - Övning
Expand for more info
index.py
run
preview
console
msg = "välkommen till Python 101 : Strings"
print(msg)

Console
"välkommen till Python 101 : Strings "
,
/index.html
-4:54