Answer:
value=int(input("Enter the number up-to the user wants the Fibonacci series: "))
a=0
b=1
c=1
for x in range(value):
print(c,end=" ")
c=a+b
a=b
b=c
Output :
- If the user input 5, then the output is "1 1 2 3 5".
- If the user input 10, then the output is "1 1 2 3 5 8 13 21 34 55".
Explanation:
- The above defined a python program which is used for the Fibonacci series.
- The first line of the program is used to instruct the user and take the input from the user.
- Then the for loop executes up-to that range value.
- Then in the for-loop, the two variable needs to store the current value and previous value which is used to give the series after addition.
A unit of information equal to one billion {109} or, strictly 230 bytes
Answer:
The answer is "organizational unit".
Explanation:
The correct question is defined in the attached file please find it.
An organization determines both a division inside a root folder where users, teams, machines, as well as, other lines of business, which can be located. It reflects an operational or organizational structure for the business, that can build management functions. It is helpful if you want to use device management settings for a set of charges, groups, or machines.