email = []
em = str(input("Enter number of usernames: "))
for s in range(1, em+1):
ele = str(input("Enter username: "))
after using the for loop the run response is this
it is saying can't convert integer to str implicitly over line 3
Answers
Answered by
0
this is the right answer
hope it help you
Similar questions