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))
this code displays different ways to write the same thing.
var = "a string"
print ("the above variable is", str(var) + "... {}".format(var))
Comments
Post a Comment