Skip to content

Latest commit

 

History

History
81 lines (65 loc) · 1.75 KB

File metadata and controls

81 lines (65 loc) · 1.75 KB

Python Task 01

Student Details Program

This program displays student information including:

  • Name
  • College Name
  • Branch
  • Internship Name
  • Current Date and Time

User Input Program

This program accepts user input for:

  • Name
  • Age
  • Favorite Technology

It then displays a formatted summary of the entered details.

Basic Calculator Program

This program performs basic arithmetic operations:

  • Addition
  • Subtraction
  • Multiplication
  • Division

The user enters two numbers and the program displays the results.

Date and Time Program

This program displays the current system date and time using Python's built-in modules.

System Information Program

This program displays:

  • Operating System Name
  • Current Username
  • Current Working Directory
  • Python Version

Technologies Used

  • Python 3
  • os Module
  • platform Module
  • sys Module
  • datetime Module

Folder Contents

  • Python source files (.py)
  • Program output screenshots
  • README.md documentation

How to Run

  1. Open terminal or command prompt
  2. Navigate to project folder
  3. Run: python filename.py

Folder Structure

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

Conclusion

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.

Author

Anusha