-
- Engineering Management
- Unit 1
- Management
- Meaning
- Functions of management
- Planning
- Management
- Unit 1
- Engineering Management
- Nature and importance of planning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const CLOSED = "CLOSED"; | |
const INSUFFICIENT_FUNDS = "INSUFFICIENT_FUNDS"; | |
const OPEN = "OPEN"; | |
const PENNY = 0; | |
const NICKEL = 1; | |
const DIME = 2; | |
const QUARTER = 3; | |
const ONE = 4; | |
const FIVE = 5; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install gdown | |
#! conda install -y gdown | |
#Run the above code if gdown is not installed. | |
""" | |
Get shareable link : - | |
https://drive.google.com/file/d/1-9XVOJSkXy0L894wAh5dC16MzL5Zt0Wk/view?usp=sharing | |
Add the file id's (1-9XVOJSkXy0L894wAh5dC16MzL5Zt0Wk) of the file to url list. | |
Name for your file |