获取你自己的 Python服务器 Result Size: 625 x 664
x
 
a = (1, 5, 3, 9)
x = min(a)
print(x)
1