Answer:
A new floating selection layer is created
Explanation:
In a graphic design software for example like CorelDraw, if a text tool is used to add text, a new floating selection layer is created in which, the text is inserted.
one = 1
two = 2
three = 3
four = one + 3
print(four)
hello = "hello"
world = "world"
helloWorld = hello + " " + world
print(helloWorld)