Home > other >  Python which explain the problem what meaning ah
Python which explain the problem what meaning ah

Time:09-23

For I in range (0, 3) :
Print (I)
Print (" Index % d % I)

Print (" end ")
# according to the code below, please add in the loop as the maximum value, a function to take input integer as example, the 3,
# calls you to add this function

CodePudding user response:

N=int (input ())
For I in range (0, n) :
Print (I)
Print (" Index % d % I)

Print (" end ")

This mean?

CodePudding user response:

Set a limit?
In front of the right

CodePudding user response:

Well turns out to be so
  • Related