Highlight code snippets in forum

Hello,

You can highlight your code snippet with the "code" button : choose your language, and insert your snippet between tags. E.g.:



import os

def test():
    print 'this is a test'

test()


This is great news!

Let me try:

print("hello world")
Edited 9 years ago
print 'hello world'
 
Register or login to create to post a reply.