python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
a=int(input('Upisi prvi broj: ')) b=int(input('Upisi drugi broj: ')) c=int(input('Upisi treći broj: ')) if a<b and a<c: print (a, 'je najmanji broj') elif b<a and b<c: print (b, 'je najmanji broj') else: print (c, 'je najmanji broj')
Share this code with others
Public
Clear
My Repos
Repo
Lang
Login
Register
Login
Create a free account. No Credit card info required.
I agree with the Codepy
Term of Service
Sign Up