package main import ( "fmt" "math/rand" "math" ) func main() { fmt.Println("My favorite number is", rand.Intn(10)) fmt.Println(math.Pi) }