//hello world in rust fn main { println!("hello world); } #hello world in python print("Hello World")