i want to check my python code online

Solutions on MaxInterview for i want to check my python code online by the best coders in the world

showing results for - "i want to check my python code online"
Walter
30 Aug 2018
1 
2
3    # We basically find index
4
5    # of minimum element
6
7    min = arr[0]
8
9    for i in range(0, n):
10
11     
12
13        if (min > arr[i]):
14
15         
16
17            min = arr[i]
18
19            min_index = i
20
21         
22
23    return min_index;
24 
25 
26# Driver code
27
28arr = [15, 18, 2, 3, 6, 12]
29
30n = len(arr)
31
32print(countRotations(arr, n))
33 
Méline
22 Jan 2021
1Waarheidgeboorte = int(input("in welk jaar ben je gebooren:")
2
3while Waarheidgeboorte = 2007
4      do print(je bent Lukas Roggen)
5