please give the code for these 1 2 4 7 11 16...
Answer / vinixraj
1
1+1=2
2+2=4
4+3=7
7+4=11
11+5=16
16+6=22
So 22 is a ans
| Is This Answer Correct ? | 0 Yes | 0 No |
How to clone or copy a list?
Which apps use python?
Consider multiple inheritances here. Suppose class c inherits from classes a and b as class c(a,b). Classes a and b both have their own versions of method func(). If we call func() from an object of class c, which version gets invoked?
which of the following is an invalid statement?
What are classes in python?
Explain me what is python and explain some of its benefits?
What does mean in python?
Can a class be static?
Does python have a-main() method?
What are the different types of inheritance in Python?
What is thread join in python?
How to clone or copy a list in python?