Exercice corrigé #26 : Programme avec la boucle while | Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

ความคิดเห็น • 18

  • @codeavecwinner
    @codeavecwinner ปีที่แล้ว +3

    number = input ("Entrez un nombre : ")
    i = 0
    While I < 10:
    number += 1
    print(number, end=" ")
    i += 1

  • @meriem1708
    @meriem1708 2 ปีที่แล้ว +1

    n = int (input("saisez un nombre de depart : "))
    i=n+1
    while i

  • @yboumhand
    @yboumhand ปีที่แล้ว +2

    n=int(input("Donner un entier svp : "))
    print("Les 10 nombres après {} sont".format(n))
    i=n+1 #initialisation
    while i

  • @prof_chaouki
    @prof_chaouki 2 ปีที่แล้ว

    N=int(input("Veuillez saisir un nombre : "))
    i=N
    while i

  • @WisdomWaves-j4r
    @WisdomWaves-j4r ปีที่แล้ว

    merci

  • @brg_officiel
    @brg_officiel 3 ปีที่แล้ว +1

    Mr j'ai pas compris comment on a exécuté le programme avec while et (i=i+1)

  • @MdouKoumbia
    @MdouKoumbia ปีที่แล้ว

    A = int(input("Veuillez donner un nombre entier : "))
    i = A + 10
    while(A < i) :
    print(A + 1, " ", end=" ")
    A = A + 1

  • @chul8108
    @chul8108 6 หลายเดือนก่อน

    n=int(input("veuillez saisir une valeur : "))
    print("les 10 nombre suivant ",n,"sont : ")
    b=n+10
    while n!=b:
    n=n+1
    print(n,end=" , ")

  • @imaneaitkhallouk2850
    @imaneaitkhallouk2850 3 ปีที่แล้ว +2

    Svp prof on est besoin des cours de spe

  • @hamzaelhajjaji3351
    @hamzaelhajjaji3351 3 ปีที่แล้ว

    استاد فين نلقاو تمارين نتاع الغوريتم وبيطون 🌺

  • @optimistavaliente9788
    @optimistavaliente9788 3 ปีที่แล้ว +1

    ou tu peut faire ça:
    n=int(input("n= "))
    b=n+9
    while(n

    • @hassanbahi
      @hassanbahi  3 ปีที่แล้ว +1

      Merci pour le partage

  • @nada5060
    @nada5060 3 ปีที่แล้ว

    استاذ ارجوك اعمل لنا دروس algorithm 2éme informatique

    • @hassanbahi
      @hassanbahi  3 ปีที่แล้ว

      انشاء الله مستقبلا

  • @abdesslamhachamielidrissi8651
    @abdesslamhachamielidrissi8651 3 ปีที่แล้ว

    💪👏👏❤

  • @adeladnani3713
    @adeladnani3713 2 ปีที่แล้ว

    x=int(input())
    y=x+10
    while x