We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4957b1e commit a10cf71Copy full SHA for a10cf71
1 file changed
pattern.py
@@ -1,12 +1,3 @@
1
-# greatest number
2
-# list = (30, 50, 21, 16, 100, 80,6)
3
-# a=0
4
-# for i in list:
5
-# if a<i:
6
-# a = i
7
-# print(a)
8
9
-
10
# least numbers
11
# list = (30, 50, 21, 16, 100, 80)
12
# for j in list:
0 commit comments