Discuss / Python / 作业4

作业4

Topic source
l = ['bart','lisa','adam']for x in l:    print('hello,%s!'%x)

  • 1

Reply