编辑代码
Swift代码
5.2.4
运行
let
label =
"The width is "
let
width = 94
let
widthLabel = label + String(width)
print
(widthLabel)