运行 ❯
获得你
自己的
网站
×
更改方向
更改主题,深色/浅色
前往 Spaces
package main import ("fmt") func main() { temperature := 14 if temperature > 15 { fmt.Println("It is warm out there.") } else { fmt.Println("It is cold out there.") } }
外面很冷。