We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00789fd commit 85fc9dfCopy full SHA for 85fc9df
1 file changed
Task/largest_number.py
@@ -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