- 2
enyone can help me please?
how to solove kotlin corses's first practise? please help.
5 Answers
0
you just have to output the string "Kotlin is great" using 'println' function wich is teached in first lesson ^^
quotation marks must not be printed, but are required to enclose string in program ;)
0
vishp
i am loosing at is
then it is a error
0
and my code is,
println('kotlin, is, great')
0
your code output "kotlin, is, great": remove commas, and put 'K' (uppercase) letter at start instead "k" (lowercase)...
0
thanks so much



