To mark up a piece of code like this one
sentence = "Once upon in a time"
words = sentence.split()
for word in words:
print word,
print "The truth is elsewhere."
I need to mark the text with quotes like those :
sentence = "Once upon in a time"
words = sentence.split()
for word in words:
print word,
print "The truth is elsewhere."
Aucun commentaire:
Enregistrer un commentaire