Swift 5 Basics

Swift 5 Basics

·

1 min read

Print statement in swift 5

In swift, the print statement is just like that of python, if you have used python before...

Screen Shot 2022-04-18 at 19.28.22.png

Quick question,

complete the following sentence...

var height = 30
print("The tree is ......... m tall.")

How will you insert the height? Comment.