“Kommentar Faire un langer Kommentar en python” Code-Antworten

Kommentar Faire un langer Kommentar en python

# Ce programme a été écrit par Hermione Granger le 10/01/1994
# Quatrième année, cours d'étude des moldus
# Affiche un rectangle rempli de X 
for loop in range(5):
   for loop in range(10):
      print("X", end = "")  # pas de retour à la ligne ici
   print()
Faithful Finch

Kommentar Faire un langer Kommentar en python

"""
Nous rappelons la formule du produit scalaire de deux 
vecteurs que nous utilisons ci-dessous :
Soit U(x;y) et V(x';y'), U.V = x * x' + y * y'
"""
Faithful Finch

Ähnliche Antworten wie “Kommentar Faire un langer Kommentar en python”

Fragen ähnlich wie “Kommentar Faire un langer Kommentar en python”

Weitere verwandte Antworten zu “Kommentar Faire un langer Kommentar en python” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen