mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-06 18:49:26 +08:00
Updated
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user