Зміст курсу
Introduction to GoLang
Introduction to GoLang
Challenge: String Formatting Practice
Task
Write the correct format specifiers to format the string based on the passed arguments in the Printf
function.
index
package main import "fmt" func main() { fmt.Printf("___", 'm', 10, "Word", 7.99, true) }
Дякуємо за ваш відгук!