250509 f
x = "hello" + "world"
print(x)
x = "hello" + str(1)
print(x)
x = "hello" + str(1)
print("hello".format({0}), 1)
x = "hello" + str(1)
print("hello".f({0}), 1)INFO
x = "hello" + "world"
print(x)
x = "hello" + str(1)
print(x)
x = "hello" + str(1)
print("hello".format({0}), 1)
x = "hello" + str(1)
print("hello".f({0}), 1)