Home > Enterprise >  Importing Class in Python program
Importing Class in Python program

Time:12-09

I need help with my python assignment. I'm not sure how to get past step 2. enter image description here

Any help would be appreciated. Thank you.

CodePudding user response:

what dose the dice file look like? what is the error code? what is the path to each file?

CodePudding user response:

  • pass value as a parameter in count method

    frequency = results.count(value)

  • pass frequency as a parameter in append method

    frequencies.append(frequency)

  • Related