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