agnirudrasil / 12-practical

This repository contains solutions to the programs for 12th computer practical

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

12-practical

Commit solutions to 12th practical questions here

Instructions

Follow these instructions if you want to contribute solutions:

  • Solutions to questions can be found in the src/ directory.
  • If you're adding a new question name it in the format : question_X.py and save it in the src/ directory
  • If the questions requires multiple files (such as text file handling) make a folder as question_X in the src/ directory and the main python script in it as main.py.
  • If you see a problem, make sure to report it in the Issues tab on the repo and/or fix it your self by making a Pull Request.
  • The file should start with the question in comments
  • Please provide an OUPUT in doc strings at the end of the file

About

This repository contains solutions to the programs for 12th computer practical


Languages

Language:Python 100.0%