“Комментарий Faire un Long Commentire en Python” Ответ

Комментарий Faire un Long Commentire 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

Комментарий Faire un Long Commentire 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

Ответы похожие на “Комментарий Faire un Long Commentire en Python”

Вопросы похожие на “Комментарий Faire un Long Commentire en Python”

Больше похожих ответов на “Комментарий Faire un Long Commentire en Python” по Python

Смотреть популярные ответы по языку

Смотреть другие языки программирования