Hi, i have this 2 files:
file named multipli:
#!/usr/bin/python3.2
#-* - coding : utf-8 -*
def table(nb, max):
i = 0
while i < max:
print(i + 1, " * ", nb, "= ", (i + 1) * nb)
and file naled test:
#!/usr/bin/python3.2
# -* - coding : utf-8 -*
import o
On Sunday, March 24, 2013 4:35:29 PM UTC+1, yahya Kacem wrote:
> Hi, i have this 2 files:
>
>
>
> file named multipli:
>
>
>
> #!/usr/bin/python3.2
>
> #-* - coding : utf-8 -*
>
> def table(nb, max):
>
> i = 0
>
>
On Sunday, March 24, 2013 4:35:29 PM UTC+1, yahya Kacem wrote:
> Hi, i have this 2 files:
>
>
>
> file named multipli:
>
>
>
> #!/usr/bin/python3.2
>
> #-* - coding : utf-8 -*
>
> def table(nb, max):
>
> i = 0
>
>
+Mark Lawrence sorry for that I'm new here and I didn't know about that.
--
http://mail.python.org/mailman/listinfo/python-list