Python Code - Vikrant Meshram

This quote a été ajouté par vikrantstar007
>>> def fib(n): # write Fibonacci series up to n ... """Print a Fibonacci series up to n.""" ... a, b = 0, 1 ... while a < n: ... print(a, end=' ') ... a, b = b, a+b ... print() ... >>> # Now call the function we just defined: ... fib(2000) 0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597.

S'exercer sur cette citation


[Archivé]
Noter cette citation :
2.1 out of 5 based on 8 ratings.

Modifier Le Texte

Modifier le titre

(Changes are manually reviewed)

ou juste laisser un commentaire


Tester vos compétences en dactylographie, faites le Test de dactylographie.

Score (MPM) distribution pour cette citation. Plus.

Meilleurs scores pour typing test

Nom MPM Précision
penguino_beano 35.71 91.4%
dagan 25.52 83.5%

Récemment pour

Nom MPM Précision
penguino_beano 35.71 91.4%
dagan 25.52 83.5%