mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 05:21:09 +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
|
# A utility function to print elements of array
|
||||||
def printArray(arr, n):
|
def printArray(arr, n):
|
||||||
for i in range(0,n):
|
for i in range(0,n):
|
||||||
print (arr[i]),
|
print (arr[i],end =" ")
|
||||||
|
|
||||||
|
|
||||||
# Driver program to test above function
|
# Driver program to test above function
|
||||||
|
|
Loading…
Reference in New Issue
Block a user