A Simple RPG Dice Roller in Python 3

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 3

  • @chaserb007
    @chaserb007 Год назад +1

    Thank you this is my first project in python, this has helped me figure out how I want to do this quite a bit.

  • @sanalsimyager4665
    @sanalsimyager4665 3 года назад

    It errors with mine with the problem:
    total = total + roll
    TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'
    How can I solve that ?