+ 5
[SOLVED]Help me about that list thing![Python]
So what I need to do is: for x in range(lenVar1): y=var1[x] #No error list1[x]=y #Error BTW var1 is a string, list1 is a list
10 Réponses
+ 4
Ok I will try to post an example of it
+ 4
Thank you!
+ 4
No thank you I found the solution
+ 3
I did define but it gives IndexError
+ 3
I cant cuz its long
+ 3
No
+ 3
I defined it:
list1=[]
+ 3
I cant do that it will cause a time limit exceed error thats why i only give error giving part