This program displays student information including:
- Name
- College Name
- Branch
- Internship Name
- Current Date and Time
This program accepts user input for:
- Name
- Age
- Favorite Technology
It then displays a formatted summary of the entered details.
This program performs basic arithmetic operations:
- Addition
- Subtraction
- Multiplication
- Division
The user enters two numbers and the program displays the results.
This program displays the current system date and time using Python's built-in modules.
This program displays:
- Operating System Name
- Current Username
- Current Working Directory
- Python Version
- Python 3
- os Module
- platform Module
- sys Module
- datetime Module
- Python source files (.py)
- Program output screenshots
- README.md documentation
- Open terminal or command prompt
- Navigate to project folder
- Run: python filename.py
PYTHON_TASK_01_ANUSHA/
│
├── Screenshots/
│ ├── calculator.png
│ ├── os.png
│ ├── system_info.png
│ ├── user_info.png
│ └── version.png
│
├── calculator.py
├── os_modules.py
├── system_info.py
├── user_info.py
└── README.md
This project helped in understanding the fundamentals of Python programming and provided practical experience in user input handling, arithmetic operations, working with Python modules, and retrieving system information using built-in libraries.
Anusha