24.5k views
4 votes
Write a program to print the smallest number among three numbers ​

User Debora
by
4.7k points

1 Answer

2 votes

Answer:

min(a_list)

sort(a_list); a_list[0]

if this is cheating use conditionals, PYTHON

User Yixing Liu
by
4.5k points