![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archivehow to make this code faster
From: <ajikoe@gmail.com>
Date: Thu Oct 13 2005 - 08:08:37 CEST
def f(x,y):
def main():
for i in range(n):
print a[1000,1000]
if __name__ == '__main__':
I try to make this run faster even using psyco, but I found this still
public class s1 {
/**
public static void main(String[] args) {
for (int i=0; i<n; i++){
System.out.println(a[1000][1000]);
}
}
Can anybody help?
pujo
|