Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Assignment-3a
#python 3.6.9 #Assignment-2b a=int(input("Enter the number \n")) b=int(input("Enter the number \n")) c=int(input("Enter the number \n")) if a>b and a>c: print(a,"is greater") elif b>a and b>c: print(b,"is greater") elif c>a and c>b: print(c," is greater") else : print("All are equal")
run
|
edit
|
history
|
help
0
linked_lists_2+decisions
Leibnitz Series To Estimate Pi
learn
10
python lesson 1 function
Lesson5-
calculate the sum of string 201test70de88qa ( only numbers)
metods.py
inverse matrix gauss jordan
list of primes