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

bookChallenge: 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

index.go

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

Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 1. Capitolo 18

Chieda ad AI

expand

Chieda ad AI

ChatGPT

Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione

Sezione 1. Capitolo 18
some-alt