Tagged Questions
6
votes
3answers
1k views
Character creator for a role-playing game
Goal: Write a character creator program for a role-playing game. The player should be given a pool of 30 points to spend on four attributes: strength, health, wisdom, and dexterity. The player should ...
4
votes
2answers
141 views
Check_sudoku in Python
I have just started to learn programming with Python. I have been going through several online classes for the last month or two. Please bear with me if my questions are noobish.
One of the classes I ...
2
votes
2answers
381 views
How to make this code faster?
I'm learning Python. I found this problem from Google Code Jam. And solved it by writing code shown below. It works correctly, but how can I make it faster?
import sys
def ...
2
votes
1answer
146 views
LPTHW Exercise 48 (please tear this to pieces)
I'm trying to get some feedback on my code for the lexicon exercise (#48) in Learn Python the Hard Way. I truly believe that intense critique is the best way to learn. i have only recently started ...