python/24点.py

3 lines
56 B
Python
Raw Normal View History

2025-01-08 09:17:08 +08:00
list=[]
for i in range(4):
list.append(int(input()))