Challenge: String Formatting Practice
Swipe to show menu
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) }
Everything was clear?
Thanks for your feedback!
Sectionย 1. Chapterย 18
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Sectionย 1. Chapterย 18