- 1
the list of numbers not divisible by Fibonacci number code in python ?
3 Antworten
+ 1
Where is your try ?
If you are asking for code then there is lot of resources over internet. Go and search them 🙃
0
I tried but didn't got any suitable code.
0
Suppose we have a list of fibonacci no. in l = []
num = [x for x in range(len(l)) if x %l[i] !=0]
but its giving error