Python #7 : Structures répétitives : la boucle while

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 48

  • @khalil5100
    @khalil5100 3 місяці тому +2

    merci oustad vous etes le meilleur pédagogue

  • @Yuhimc
    @Yuhimc 3 роки тому +11

    Pour l'exercice 1 :
    question = int(input("Donnez moi un nombre compris entre 10 et 20"))
    while question < 10 or question > 20:
    if question < 10:
    print("Plus grand !")
    elif question > 20:
    print("Plus petit")
    question = int(input("Donnez moi un nombre compris entre 10 et 20"))
    else:
    print("Merci")

  • @zoumanabamba6731
    @zoumanabamba6731 Рік тому +1

    Merci beaucoup vos vidéos m'aident énormément

  • @CR-jy2hb
    @CR-jy2hb 3 місяці тому +1

    n = int(input("entrer un nombre strictement supérieur à 1 : "))
    while n

  • @douniaelhor3743
    @douniaelhor3743 2 роки тому +5

    C super ! Merci beaucoup

  • @ilyassebakabou6981
    @ilyassebakabou6981 3 роки тому +3

    A7ssen prooff merci infiniment ela les efforts

  • @prof_chaouki
    @prof_chaouki Рік тому +5

    Exercice 2 :
    [
    N=int(input("Veuillez saisir un nombre : "))
    while N

    • @meeedkaa4
      @meeedkaa4 11 місяців тому

      😂😂😂😂😂

    • @meeedkaa4
      @meeedkaa4 11 місяців тому

      S+=i ❤

  • @bo3oo-tr3hi
    @bo3oo-tr3hi Рік тому

    N = int(input("entrer un nombre : "))
    if N < 10 or N > 20 :
    while N 20 :
    N =float(input("plus grand !"))
    else:
    print("geneal")

  • @hyacintheraharison2144
    @hyacintheraharison2144 2 роки тому +1

    Merci beaucoup pour le tuto

  • @AchWa93-maroc
    @AchWa93-maroc 3 роки тому

    merci pour votre Efforts.

  • @adloule
    @adloule 2 роки тому

    x = int (input("Donnez moi un nombre sup 1
    "))
    while x < 1:
    x =int(input("Donnez moi un nombre sup 1
    "))
    i = 0
    s = x
    for i in range( x ):
    print(i)
    s = s + i
    print("somme est", s )

  • @nobel_price
    @nobel_price 2 роки тому +1

    Ты вообще молодец, я всё понял огромное спасибо большое

  • @M.Kadiri2004
    @M.Kadiri2004 23 дні тому +1

    Mdyrich python b darija

  • @wedad4518
    @wedad4518 2 роки тому +1

    ex2:
    n=int(input('un nbre? :'))
    while n

  • @a.r9396
    @a.r9396 3 роки тому +1

    Mèrci👍

  • @farahbni2548
    @farahbni2548 2 роки тому +1

    Monsieur j'ai une question quand on fait print( le résultat) avant i reçoit i+1 ? par exemple on a un programme qui calcule la factoriel dans son algorithme on a écrit à la fin
    f=f*i
    I=i+1
    Print (f)
    Et parfois print kanktboha 9bek mn i+1
    Afaaak à oustad jawbni

  • @brg_officiel
    @brg_officiel 3 роки тому +2

    Mr dans l ex 2 pourquoi on a employé "i"ça signifie à quoi?

  • @davethefantastic2850
    @davethefantastic2850 3 роки тому

    merci

  • @newworldtv8792
    @newworldtv8792 2 роки тому +6

    Merci beaucoup pour la vidéo, j'aime les animations là. Pouvez vous me dire s'il vous plaît quel logiciel vous utilisez pour faire ces animations.

  • @user-MDZ
    @user-MDZ 3 роки тому

    Merci beaucoup

  • @tabelsiemenamine1423
    @tabelsiemenamine1423 2 роки тому

  • @malekyahyaoui1112
    @malekyahyaoui1112 2 роки тому

    Merciiii

  • @idoumhaidi
    @idoumhaidi 2 роки тому

    exercice 2 :
    number = int(input("Veuillez saisir un nombre : "))
    while number < 1:
    number = int(input("Veuillez saisir un nombre : "))
    for i in range(1,number):
    number += i
    print (number)

  • @elmadaniamina4438
    @elmadaniamina4438 2 роки тому

    SVP M est ce que ce programme esr correct
    A = int(input("veuillez entrer un nombre ?, "))
    while 10 < A < 20:
    print(int(input("veuillez enter un nombre ?")))
    if A > 20 :
    print("plus grand !")
    elif A < 10:
    print("plus petit")

  • @vilsenatnewtech7063
    @vilsenatnewtech7063 2 роки тому

    Super

  • @aymenchakroune6609
    @aymenchakroune6609 3 роки тому +1

    ex2:
    x=int(input("entrer un nombre: "))
    while x

    • @sungitah5431
      @sungitah5431 2 роки тому +2

      Tout simplement
      print("Programme qui affiche les tables de multiplication des nombres de 1 à 9")
      while True:
      a = int(input("Entrer un nombre : "))
      if a > 10 or a < 1:
      print("Oops ! Veuillez entrer un nombre entre 1 et 9")
      else:
      print(f"Table de multiplication de {a}")
      for i in range(1,11):
      print(f"{a} x {i} = {a*i}")

  • @michelguet4798
    @michelguet4798 5 місяців тому

    Bonjour Hassan ,Bonjour Amis Francophones .Dans l'image d'intro au début de la vidéo ,on voit trois visages , je pense qu'il y a le créateur de python a gauche ,en haut il s'agit d'Alan Turing mais en bas le monsieur avec un turban , de qui s'agit-il ?

    • @mehdielgayl1227
      @mehdielgayl1227 День тому

      C'est la personne que vous devez connaître la première, cette personne est le mathématicien musulman Alkhawarizmi

  • @abroum2783
    @abroum2783 3 роки тому

    بقا تشرح لينا بالعربية وشكرا

  • @saifouni70
    @saifouni70 3 роки тому +2

    Terminer le cours de python s'il vous plaît

  • @israfilboy404
    @israfilboy404 8 місяців тому

    il y a un petit faut dans l'exercice < est pas

  • @ffdf2195
    @ffdf2195 2 роки тому +1

    ttttttoooooppppp

  • @hamzagogza
    @hamzagogza 4 місяці тому

    pour le dernier c'est pas de faire :
    n = int(input("veuilleur entrer un nombre : "))
    while n

  • @aminaraya4325
    @aminaraya4325 Рік тому

    🤍🤍🤍

  • @FB1rocket
    @FB1rocket 3 роки тому +2

    Ex2 Puis-je écrire de cette façon ? :
    N = int(input("Veuillez saisir un nombre:"))
    while N

    • @miss_tech
      @miss_tech 3 роки тому +1

      Print(’’la somme de ’’ , N , ’’est: ’’ , S )

    • @Yuhimc
      @Yuhimc 3 роки тому +1

      Salut ! dans ton : while N < 1: tu dois rajouter : or question > 10: qui fait : while question < 1 or question > 10:
      car l'exercice est une table de multiplication de 1 à 10 ;).

  • @lalalala-qm2ul
    @lalalala-qm2ul Рік тому

    merci beaucoup

  • @SadièYoussouf-f6z
    @SadièYoussouf-f6z День тому

    Merci beaucoup