Home > other >  Yuan group assignment
Yuan group assignment

Time:03-26

Why the end result output only a beef sandwich dasd FCGG four string?

I'd like to have salad potato into dasd FCGG, final output for beef sandwich dasd FCGG tomato, how should do?

CodePudding user response:

If __name__=="__main__ ':
Buffer=(' a ', 'b', 'c', 'd')
For the food in buffer [: 2] :
Print (food)

Buffer=(' d ', 'e')
For j in buffer:
Print (j)

Results:
A
B
D
e

CodePudding user response:

After the yuan to form a good cannot be modified
  • Related