package main import "fmt" func main() { fmt.Print(4, 5.13, "Oo") fmt.Print(10) // 4 5.13Oo10 }