Challenge: String Formatting Practice
Task
Write the correct format specifiers to format the string based on the passed arguments in the Printf
function.
index.go
123456package main import "fmt" func main() { fmt.Printf("___", 'm', 10, "Word", 7.99, true) }
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 2. Розділ 8
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат
Awesome!
Completion rate improved to 1.96
Challenge: String Formatting Practice
Свайпніть щоб показати меню
Task
Write the correct format specifiers to format the string based on the passed arguments in the Printf
function.
index.go
123456package main import "fmt" func main() { fmt.Printf("___", 'm', 10, "Word", 7.99, true) }
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 2. Розділ 8