Posts by Palloma Xavier • 11 points
1 post
-
1
votes1
answer2606
viewsQ: How to format float and range input in Python 2?
I need to make an average calculator (student grades) where the entries have a decimal place and are in the range [0, 10]. The exits need to present five decimal places and so far, with what I’ve…