println("Welcome to Kotlin") for (i in 1..8) { println("i = $i") } } After entering the code, click on the Run button and note the output in the console ...
確定! 回上一頁