end=" " is use to print any thing in a single line And if u write end=" " (give some space ) then it will give space in ur output too within a single line
If given input taken as n a = 5n²+4 If a is perfect square it is a fibonacci To check you find root int of a and multiply with a same number X = int(math.sqrt(a)) Multiply x*x If x*x == a1 It is a fibonacci
Best explanation... 👍👍
Thank you.
sir the class gets intrested when you give lecture on the board sir!
Sir put a video for nth multiple
Sir by giving negative length what value we get
Can we do this with recursion process
Sir plzz make a videos on java8
Can anyone tell me that is this a iterative method or recursive method ???
iam not getting the output, it's just taking the length and not displaying any output.. iam using sublime text
Sir can i know the description for end=" ". Why actually end is used in python sir?
end=" " is use to print any thing in a single line
And if u write end=" " (give some space ) then it will give space in ur output too within a single line
How to check whether the given number is Fibonacci or not...can you please explain sir ....
If given input taken as n
a = 5n²+4
If a is perfect square it is a fibonacci
To check you find root int of a and multiply with a same number
X = int(math.sqrt(a))
Multiply x*x
If x*x == a1
It is a fibonacci
@@bharathkumarramesh23 not work with al numbers