Print statement in swift 5
In swift, the print statement is just like that of python, if you have used python before...
Quick question,
complete the following sentence...
var height = 30
print("The tree is ......... m tall.")
How will you insert the height? Comment.