Skip to main content

L 6

this lesson i continued work on changing strings

this code displays different ways to write the same thing.

var = "a string"

print ("the above variable is", str(var) + "... {}".format(var))

Comments