We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e6f69 commit 2178236Copy full SHA for 2178236
To find the largest number between 3 numbers.py
@@ -2,6 +2,6 @@
2
3
a=[]
4
for i in range(3):
5
- a.append(int(input())
+ a.append(int(input()))
6
print("The largest among three numbers is:",max(a))
7
0 commit comments