Skip to content
Snippets Groups Projects
Commit 99529a40 authored by Niko Siren's avatar Niko Siren
Browse files

Upload New File

parents
No related branches found
No related tags found
No related merge requests found
eka.py 0 → 100644
luku1= int(input("Anna 1. luku: "))
luku2 = int(input("Anna 2. luku: "))
luku3 = int(input("Anna 3. luku: "))
lista = [luku1, luku2, luku3]
pienin = min(lista)
print (f"Pienin pienin luku on {pienin}.")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment