I'm trying to do this code, can somebody help me

2014-02-14 Thread pabloeruggeri
1)Given the variables x , y , and z , each associated with an int , write a fragment of code that assigns the smallest of these to min this is what I have def main(): x = eval ( input ("dame el numero X")) y = eval ( input ("dame el numero Y")) z = eval ( input ("dame el numero Z")) if

loop

2014-03-23 Thread pabloeruggeri
Hello, I'm trying to create a for loop that starts at 100 and goes to 10Mllion. The increments are like this: 100, 1000, 1, . Basicaly adding a zero each iteration. I'm having problems trying to do it. Can somebody help me -- https://mail.python.org/mailman/listinfo/python-list

Re: loop

2014-03-23 Thread pabloeruggeri
Thanks!! -- https://mail.python.org/mailman/listinfo/python-list