那美克Python编程:从入门到实践values_2=list(range(3,31,3)) for value_2 in values_2: print(value_2)2021-01-26 00:10:46