Skip to content

Conversation

Stefano-A
Copy link
Collaborator

No description provided.


minimum = min(calls_list)
maximum = max(calls_list)
avarage = sum(calls_list)/len(calls_list)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you want a float number as you used the "/" operator instead "//", why you do a cast like this int(avarage) intheprint` statement at line 188?
P.S. you can format the output without change the variable value. Basically is discouraged to use casting caused by performance issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants