Click here to Skip to main content
15,905,785 members

Comments by Valmach (Top 7 by date)

Valmach 17-Feb-14 9:57am View    
last time i check JSON, REST & APIs were technology..the question appears pretty specific to me But if you say this is not a code sample/example finding service. I guess you would know Sergy
Valmach 25-Feb-13 1:32am View    
also must use a For Loop
Valmach 25-Feb-13 1:32am View    
As described to me..
Write a for loop that sums the values 1 through end, inclusive. end is a variable. the defined end is to be 6, code should print out the result:

21
which is 1 + 2 + 3 + 4 + 5 + 6.

do not include raw_input statements or define the variable end. - so write code assuming end is already defined.

Don't Use A Variable Called 'sum'
Valmach 23-Feb-13 0:08am View    
does not necessarily have to be 2.7. but that's what i am learning on. As a beginner student I am trying figure out why if the variable "end" has been "predefined, and cannot use the variable sum or enter "raw_data" as a matter of fact no built-in functions are allowed.. the code should get = 21 without using "built-in" functions - so.. i tried the code above and when the Teacher checks.. Wrong answer. .I hope this explains the situation better
Valmach 19-Feb-13 22:15pm View    
Thanks..