Question: using while loop Note This is different to all of the other tasks on this lab sheet. In this task, you do not know how
Note This is different to all of the other tasks on this lab sheet. In this task, you do not know how many times your loop will iterate before beginning. Therefore, our do-something-n-times loop pattern is not appropriate for this task. Task Write a Python script named fiblessthann.py which reads a positive integer n from standard input and outputs the sequence of Fibonacci numbers which are less than n, one per line. Example standard input Example standard output 1. If variable i is already being used for some other purpose, then use j instead
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
