0
I have executed stack in python but the output was with None.. how is that possible?
10 ответов
+ 2
Where is your code?
+ 2
No share here.
+ 2
Make code on Sololearn web page. Go here
www.sololearn.com
+ 1
I have done it in laptop
+ 1
Can I send u the image...
+ 1
Can u send Ur Facebook Id sir.. so I can send the image of my code..
+ 1
It is taking to much time to type in my phone
+ 1
class queue:
def __init__(self):
self.b =[]
def enqueue(self,element):
return self.b.insert(0,element)
q=queue()
x=q.enqueue(3)
print(x)
+ 1
I have typed just the beginning...of my code sir
+ 1
Thanks sir