info_tuple = ("张三", 18, 1.88)
for item in info_tuple:
print(item)
11-10
1万+
04-04
1078
05-23
2952
07-13
1507
info_tuple = ("张三", 18, 1.88)
for item in info_tuple:
print(item)