main.go 源码
// Copyright © 2018 Inanc Gumus
// Learn Go Programming Course
// License: https://creativecommons.org/licenses/by-nc-sa/4.0/
//
// For more tutorials : https://learngoprogramming.com
// In-person training : https://www.linkedin.com/in/inancgumus/
// Follow me on twitter: https://twitter.com/inancgumus
package main
// ---------------------------------------------------------
// 练习: 多重赋值 #2
//
// 1. 将正确的值赋给各变量以和下面的 期望输出 相匹配
//
// 2. 打印这些变量
//
// 提示
// 使用多个 Println 调用来打印每个句子
//
// 期望输出
// Air is good on Mars
// It's true
// It is 19.5 degrees
// ---------------------------------------------------------
func main() {
// 去掉下面代码的注释
// var (
// planet string
// isTrue bool
// temp float64
// )
// 在下面写上你的代码
}
你可能感兴趣的文章
go main
go main
go main
go main
go main
go Header
go main
go main
go main
go main