package com.packt.chapter2 fun st() { val name = "Sam" val str = "hello $name. Your name has ${name.length} characters" }