mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
Fixing print statement
This commit is contained in:
parent
e15c0aacc9
commit
fa1e65ee0f
@ -68,8 +68,7 @@ class Heap:
|
||||
curr = curr/2
|
||||
|
||||
def display(self):
|
||||
for item in self.h:
|
||||
print item,
|
||||
print (self.h)
|
||||
|
||||
def main():
|
||||
l = list(map(int,raw_input().split()))
|
||||
|
Loading…
Reference in New Issue
Block a user