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()
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")
print 'hello world'