fibosession.txt

yotam@durini:lesson9:175> ./fibodin.py

Please enter two integer numbers  M and N,
and I will show you the first  M  Fibonacci numbers that
are divisible by N.
12
Sorry I did not get two numbers
yotam@durini:lesson9:176> ./fibodin.py

Please enter two integer numbers  M and N,
and I will show you the first  M  Fibonacci numbers that
are divisible by N.
12 23 34
Sorry I did not get two numbers
yotam@durini:lesson9:177> ./fibodin.py

Please enter two integer numbers  M and N,
and I will show you the first  M  Fibonacci numbers that
are divisible by N.
-3 4
You, yes YOU, owe me 3 Fibonacci numbers
yotam@durini:lesson9:178> ./fibodin.py

Please enter two integer numbers  M and N,
and I will show you the first  M  Fibonacci numbers that
are divisible by N.
3 0 
I will not even try to divide by ZERO!
yotam@durini:lesson9:180> ./fibodin.py

Please enter two integer numbers  M and N,
and I will show you the first  M  Fibonacci numbers that
are divisible by N.
4 -3
Warning: n = -3 < 0, I will use absolute |n| value
Fibonacci number: 0
Fibonacci number: 3
Fibonacci number: 21
Fibonacci number: 144
For more Fibonacci numbers, run me again with new M,N
yotam@durini:lesson9:181> ./fibodin.py

Please enter two integer numbers  M and N,
and I will show you the first  M  Fibonacci numbers that
are divisible by N.
8 7
Fibonacci number: 0
Fibonacci number: 21
Fibonacci number: 987
Fibonacci number: 46368
Fibonacci number: 2178309
Fibonacci number: 102334155
Fibonacci number: 4807526976
Fibonacci number: 225851433717
For more Fibonacci numbers, run me again with new M,N
yotam@durini:lesson9:182> 

Generated by GNU enscript 1.6.4.