Advertisement
Guest User

Project 3 results

a guest
Dec 10th, 2024
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.79 KB | Software | 0 0
  1. THE RESULT I WANT v
  2.  
  3. #**********************************************************************
  4. # Coder : Bill Barry
  5. # Date : 10/02/19
  6. # Program : Circle Geometry
  7. # Descrip : Given circle radius, calculate area & volume
  8. #**********************************************************************
  9. #**********************************************************************
  10. # Constants
  11. #**********************************************************************
  12. #**********************************************************************
  13. # Variables
  14. #**********************************************************************
  15. #**********************************************************************
  16. # Input
  17. #**********************************************************************
  18. #**********************************************************************
  19. # Processing
  20. #**********************************************************************
  21. #**********************************************************************
  22. # Output
  23. #**********************************************************************
  24.  
  25.  
  26. THE RESULT I AM GETTING v
  27.  
  28. Enter your name: B
  29. Enter the date: B
  30. Enter the program name: B
  31. Enter short description: B
  32. **********************************************************************
  33.     Coder   :  
  34.     Date    :  
  35.     Program :  
  36.     Descrip :  
  37. **********************************************************************
  38. Traceback (most recent call last):
  39.   File "C:\Users\jorda\AppData\Local\Programs\Python\Python312\Zewede_Proj3_v3.py", line 67, in <module>
  40.     x = main()
  41.   File "C:\Users\jorda\AppData\Local\Programs\Python\Python312\Zewede_Proj3_v3.py", line 24, in main
  42.     displaySectHeaders()
  43. TypeError: displaySectHeaders() missing 5 required positional arguments: 'Constants', 'Variables', 'Input', 'Processing', and 'Output'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement