Python Middle GO
Вопрос: Как объявить константу?
Ответы
package main import "fmt" const Pi = 3.14159 func main() { fmt.Println(Pi) }