General Python X

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