Ox CNC
Test
Attention
attention text
Caution
caution text
Danger
danger text
Danger
no text above
Error
error text
Hint
hint text
Important
important text
Note
note text
Tip
tip text
Warning
warning text
@requires_authorization
def somefunc(param1='', param2=0):
r'''A docstring'''
if param1 > param2: # interesting
print 'Gre\'ater'
return (param2 - param1 + 1 + 0b10l) or None
class SomeClass:
pass
>>> message = '''interpreter
... prompt'''
for page in pages:
page.read()
using System;
namespace HelloWorld
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}
Last update:
April 12, 2021