Alex's .py |
Hi, I'm Alex. I created this Python blog to show people the latest games and code I'm working on, along with explanations and examples for anyone looking to learn more about Python, CGI / server-side programming, or just internet game development in general. Let me know what you think, and thanks for visiting! |
Player's Chips | " print "Player's Card | " print 'In the Pot: | ' print "Dealer's Card | " print "Dealer's Chips | " print '
' + str(player_chips) + ' | ' print '' + '?' + ' | '
print '' + str(current_pot) + ' | ' print '' + deck[dealer_val] + ' | '
print '' + str(dealer_chips) + ' | ' print '
' print '' print ' | ' print '