General Python VI

print(10 // 3)
print("Python" * 2)
print(2 * 3 ** 3)
print("Python"[1:-1])