Skip to content

Commit 85fc9df

Browse files
committed
largest number
1 parent 00789fd commit 85fc9df

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Task/largest_number.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Largest number
2+
# n = [63, 84, 42, 24, 100]
3+
# for i in n:
4+
# a = 0
5+
# if a < i:
6+
# a = i
7+
# print(a)

0 commit comments

Comments
 (0)