Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- THE RESULT I WANT v
- #**********************************************************************
- # Coder : Bill Barry
- # Date : 10/02/19
- # Program : Circle Geometry
- # Descrip : Given circle radius, calculate area & volume
- #**********************************************************************
- #**********************************************************************
- # Constants
- #**********************************************************************
- #**********************************************************************
- # Variables
- #**********************************************************************
- #**********************************************************************
- # Input
- #**********************************************************************
- #**********************************************************************
- # Processing
- #**********************************************************************
- #**********************************************************************
- # Output
- #**********************************************************************
- THE RESULT I AM GETTING v
- Enter your name: B
- Enter the date: B
- Enter the program name: B
- Enter short description: B
- **********************************************************************
- Coder :
- Date :
- Program :
- Descrip :
- **********************************************************************
- Traceback (most recent call last):
- File "C:\Users\jorda\AppData\Local\Programs\Python\Python312\Zewede_Proj3_v3.py", line 67, in <module>
- x = main()
- File "C:\Users\jorda\AppData\Local\Programs\Python\Python312\Zewede_Proj3_v3.py", line 24, in main
- displaySectHeaders()
- TypeError: displaySectHeaders() missing 5 required positional arguments: 'Constants', 'Variables', 'Input', 'Processing', and 'Output'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement