Recherche
Voici les résultats de votre recherche.
Résultats plein texte:
- simulations_random_walks_codes
- ,1))) # same function, using choice and range to create the list # seed(ANY_DATA) : seeding of the ... lacement at each move in y direction ball=canvas.create_oval(x,y,x+r,y+r,fill="blue") #moves no_moves = ... # displacement at each move in y direction # create balls: no_particles = 20 dy = (sizey-2.*y)/(no_pa... ] for i in range(no_particles): ball = canvas.create_oval(x,y,x+r,y+r,fill="blue") y = y+dy ba