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) }
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 2. Capitolo 8
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Awesome!
Completion rate improved to 1.96
Challenge: String Formatting Practice
Scorri per mostrare il 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) }
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 2. Capitolo 8