1 2 3 4 5 6
print("primitive {10}") print("primitive {10.2}") print("primitive {True}") print("primitive {"a string"}") print(None)