Contenu du cours
Introduction à Golang
Introduction à Golang
1. Commencer
5. Tableaux et Tranches
Défi : Pratique de la Mise en Forme des Chaînes
Tâche
Écrivez les spécificateurs de format corrects pour formater la chaîne en fonction des arguments passés dans la fonction Printf
.
index
package main import "fmt" func main() { fmt.Printf("___", 'm', 10, "Word", 7.99, true) }
Tout était clair ?
Merci pour vos commentaires !
Section 2. Chapitre 8