Messages postés par "PixarFilmz-"

2 messages sont invisibles car dans un sujet inaccessible.

Sujet Date Extrait
Programme python simple
lundi 20 février 2017 à 01h01 While
Cour c#zds pour unity3d
lundi 20 février 2017 à 01h00 Bonjour, si je suis le cour c# de zds, est-ce que je pourrais savoir a peu près coder le c# unity ?
Programme python simple
lundi 20 février 2017 à 00h57 Et comment je devrais faire cette boucle ?
Programme python simple
dimanche 19 février 2017 à 19h59 oui, mais a chaque fois qu'il ne trouve pas le nombre (ici 5), le programme doit ajouter '1' et donc la nouvelle réponse sera 7 ainsi de suite jusqu'à qu'il trouve le bon nombre
Programme python simple
dimanche 19 février 2017 à 19h22 effectivement, les while ne servent a rien ici ```py def game(): print("Welcome, please find the number between 1 and 10, the answer is +1 each tour ") print('what is your number ? ') number …
Programme python simple
dimanche 19 février 2017 à 18h09 Je devrais le faire comment alors ? Remplacer les while par des if ?
Programme python simple
dimanche 19 février 2017 à 04h00 Bonjour je débute python et voici un code : ```py def game(): print("Welcome, please find the number between 1 and 10, the answer is +1 each tour ") print('what is your number ? ') number = 5…