Installation
Tab example
Check Tabs for more details.
!'); }
</TabItem>
<TabItem value="py" label="Python">
```py
def hello_world():
print 'Hello, world!'
class HelloWorld {
public static void main(String args[]) {
System.out.println("Hello, World");
}
}