HomePage[h]
The docs
a = "hello" # todo
Reversing a string (from here)
txt = "Hello World"[::-1] print(txt)