Template for new examples

Explanation comes here.

Python

playground

# python code goes here

Rust

playground

#![allow(unused)]
fn main() {
// rust code goes here
}