I know it's a really simple question, but I have no idea how to google it.
how can I do
print '<a href="%s">%s</a>' % (my_url)
So that my_url
is used twice? I assume I have to "name" the %s
and then use a dict in the params, but I'm not sure of the proper syntax?
just FYI, I'm aware I can just use my_url
twice in the params, but that's not the point :)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…