Swift print () avec terminateur

// print with terminator space
print("Good Morning!", terminator: " ")

print("It's rainy today")
SAMER SAEID