General Python VII

print(len("Python"))
print(7 % 3)
print(3 + 4 * 2)
print("Python"[-3:])
print("Python".find("th"))