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("Upiši prvi broj: ")) b=int(input("Upiši drugi broj: ")) c=int(input("Upiši treći broj: ")) if a < b and c: print(a,"je najmanji broj") elif b < a and 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