mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-25 16:09:49 +00:00
Updated
This commit is contained in:
parent
dc584f1658
commit
c74b2732d9
@ -37,7 +37,7 @@ def calculateSpan(price, S):
|
||||
# A utility function to print elements of array
|
||||
def printArray(arr, n):
|
||||
for i in range(0,n):
|
||||
print (arr[i]),
|
||||
print (arr[i],end =" ")
|
||||
|
||||
|
||||
# Driver program to test above function
|
||||
|
Loading…
x
Reference in New Issue
Block a user