Challenge: String Formatting Practice
Swipe um das Menü anzuzeigen
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) }
War alles klar?
Danke für Ihr Feedback!
Abschnitt 1. Kapitel 18
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen
Abschnitt 1. Kapitel 18