Result Size: 625 x 571
demo_ref_min3.py:
x
 
a = (1, 5, 3, 9)
x = min(a)
print(x)
C:\Users\My Name>python demo_min3.py
1