There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

zaphod ,

As the other comments have already said it’s not Python. Not sure what you mean with text formatting, do you mean that it’s multiple strings that are concatenated using +? You don’t need the + in Python, you can do


<span style="color:#323232;">some_function(
</span><span style="color:#323232;">    </span><span style="color:#183691;">"part one of really long string"
</span><span style="color:#323232;">    </span><span style="color:#183691;">" part two of really long string"
</span><span style="color:#323232;">)
</span>

Which is identical to


<span style="color:#323232;">some_function(</span><span style="color:#183691;">"part one of really long string part two of really long string"</span><span style="color:#323232;">)
</span>
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines