Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Challenge: String Formatting Practice | Section
Getting Started with Go

bookChallenge: String Formatting Practice

Desliza para mostrar el menú

Task

Write the correct format specifiers to format the string based on the passed arguments in the Printf function.

index.go

index.go

copy
123456
package main import "fmt" func main() { fmt.Printf("___", 'm', 10, "Word", 7.99, true) }

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 18

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

Sección 1. Capítulo 18
some-alt