Home > other >  New o
New o

Time:09-28

For the output and the book of different

CodePudding user response:

A variable in a for loop with repeated
Should be like this:
 
Works=[" paper ", "book"]
The work=[" paper ", "note"]
For I in works: # you here I use the work, leading to the work list may not be able to use
If I work in:
Print (" yes, "+ I)
The else:
Print (" No - "+ I)

CodePudding user response:

Thank you, I can understand it, thank you very much,
  • Related