#include<stdio.h> int main() { puts("Hello World!"); return 0; }
Some text
import json print(json.dumps([1,2,3]))
print({"foo": "bar", "baz": 123)