General Python V

print("Hello" + "World")
print("Python" * 0)
print("Python"[1:4])
print(5 / 2)