Skip to content

Instantly share code, notes, and snippets.

@Aricg
Created August 5, 2014 21:25
Show Gist options
  • Select an option

  • Save Aricg/5a350ef5ebcd61b56610 to your computer and use it in GitHub Desktop.

Select an option

Save Aricg/5a350ef5ebcd61b56610 to your computer and use it in GitHub Desktop.
def stats():
stat = random.randint (4,24)
return stat
stre= stats()
print "Strength:", stre
dex= stats()
print "Dexterity:", dex
con= stats()
print "Constitution:", con
inte= stats()
print "Intelligence:", inte
wiz= stats()
print "Wisdom:", wiz
cha= stats()
print "Charisma:", cha, "\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment