I am new to Kotlin and wondering if I could do this like in python it can be easily done by print("foo", end = "")
print("foo", end = "")
Here is my code: