scrimba
Python 101 Svenska
(8)Python 101 svenska : Strings - Strängar
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

(8)Python 101 svenska : Strings - Strängar
AboutCommentsNotes
(8)Python 101 svenska : Strings - Strängar
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
-6:15