Skip to main content

Posts

Featured

python_Queqe

  class Queqe ():     q = []     def Is_empty (self):         if self.q == []:             print ( "It is empty" )             return True         else :             return False     def Equeqe (self, data ):         self.q. append ( data )         print ( "Data is added \n " )         print (self.q)     def Display (self):         if self. Is_empty == True :             print ( "It is Empty" )         else :             print (self.q)     def Dqueqe (self):         # here i am poping the frist element, means the value with index 0         if self. Is_empty == True :       ...

Latest Posts

Upload image without django forms

Install SPSS(spss) in ubuntu and windows free