Forum: Python Apr 21st, 2006 |
| Replies: 1 Views: 967 you can try this statement instead :
print "%3s" % str(int(chill)) + " ", |
Forum: Python Apr 21st, 2006 |
| Replies: 3 Views: 2,497 :cheesy:
Thanks !
Now I have more confidence in Python ! |
Forum: Python Apr 9th, 2006 |
| Replies: 3 Views: 2,497 At the beginning I found Python was very good at its data structures , concise code, and some strong aspects !
but it's very difficult to solve a program with higher speed than C++ and java !
I'm... |