Computer Science, asked by aryanarun133, 9 months ago

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 maansandeepkaur4
0

this is the right answer

hope it help you

Similar questions