let x : Int = 42 var myString = String(x)
let x : Int = 45 var stringValue = "(x)" print(stringValue)