General Python VIII

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