General Python II

print("Python"[::-1])
print("Hello" * 3)