Skip to content

Commit a10cf71

Browse files
authored
Update pattern.py
1 parent 4957b1e commit a10cf71

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pattern.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
# print(a)
9-
101
# least numbers
112
# list = (30, 50, 21, 16, 100, 80)
123
# for j in list:

0 commit comments

Comments
 (0)