Click here to Skip to main content
15,918,808 members

Comments by Sushmit Chakraborty (Top 6 by date)

Sushmit Chakraborty 20-Mar-18 4:24am View    
Yes my code is using a simple for loop-

n = int(raw_input())
values=[]
for i in range(1,n+1):
values.append(i)
print (values)
Sushmit Chakraborty 1-Feb-18 12:03pm View    
Thankyou :-)
Sushmit Chakraborty 1-Feb-18 10:55am View    
Sorry,but I went back to coding after the 1st solution,didnt see your response by the time I posted this question.
Sushmit Chakraborty 1-Feb-18 9:29am View    
Thankyou yet again
Sushmit Chakraborty 1-Feb-18 9:27am View    
Thankyou very much,you solved 2 of my problems :-)