Hi. The Kotlin have a autounboxing like the Python...
# getting-started
n
Hi. The Kotlin have a autounboxing like the Python, something like this:
Copy code
var a: String
var b: String

(a,b) = someFuncWhichRetunPair()