What weakciv said, but there's more...Timeeee4 said:I've been wandering for a little while what the difference is between input and raw_input.
Thanks for any help.
I've been using linux virtually 100% of my time at home. If you use the module index, you can see any modules which are specific to a platform.JG99_Korab said:does anyone here use a unix based OS while programming in python? I here there are alot more libraries and that it is soo much more portable in unix
I did download it and play around with it a bit, but neglected to comment. So, here are my comments: great fun, has been working without too many problems. I even tried stuffing it up with negative numbers, but you've dealt with that too!vbraun said:No comments on my updated Blackjack game?
vbraun = "cool"
while vbraun == "cool":
I had to-do something for variables.Gingerbread Man said:Oh, and I love this bit:
I will play blackjack as long as you are cool, but when you get really really cool? No more blackjack for meCode:vbraun = "cool" while vbraun == "cool":
![]()
Are you sure? I have a few time.sleep commands in there to pause for a second or 2. So after you hit it will take a second to get a new card and when the deck shuffles it takes a couple seconds to shuffle. It's really a cosmetic thing that I added.Gingerbread Man said:though, as a comment, I found the game a tad laggy on my Amd64 3200+ - you may want to check that a loop isn't over-doing something.
Ahh, that explains. I never thought blackjack would be too hard for a modern processorvbraun said:Are you sure? I have a few time.sleep commands in there to pause for a second or 2. So after you hit it will take a second to get a new card and when the deck shuffles it takes a couple seconds to shuffle. It's really a cosmetic thing that I added.![]()