© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Mark
You have two def dice5(): and can't throw 6
def dice5():
This could probably be a for loop instead: while inc < amount:, like for inc in range(amount):
for
while inc < amount:
for inc in range(amount):
Lazar
Programmer, Python nut, Meteor and hugo fan
Oh thanks so much! Probably an error while I was typing it in. 😛 I'll go and fix it right way.