Skip to content

22BCAD09anusha/Python_Task_01_Anusha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages