Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Project 1 English Dictionary App

def display_msg():      print('Main Menu')      print('1. Add a Word')      print('2. Find The Meaning')      print('3. Update a Word')      print('4. Exit') import jsonf = open('words.txt','w')temp = {'down':'towards','age': 'the length of that…

    Project Details

    Loading...

    Leave a comment

    Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by PRATHAMESH SURYAVANSHI (3)

    Project 1 English Dictionary App

    Objective:

    def display_msg():      print('Main Menu')      print('1. Add a Word')      print('2. Find The Meaning')      print('3. Update a Word')      print('4. Exit') import jsonf = open('words.txt','w')temp = {'down':'towards','age': 'the length of that…

    calendar

    05 Jan 2022 11:36 AM IST

      Read more

      Project 1

      Objective:

      Project is Below

      calendar

      05 Jan 2022 11:21 AM IST

        Read more

        Project 2 Library Book Management System

        Objective:

        import sqlite3 def DataBase(): con = sqlite3.connect('data1.db') cur = con.cursor() cur.execute("CREATE TABLE IF NOT EXISTS data1(id INTEGER PRIMARY KEY AUTOINCREMENT ,Bookname TEXT,Author TEXT,Year TEXT,Isbm TEXT)") con.commit() con.close() def Add(Bookname,Author,Year,Isbm): con = sqlite3.connect('data1.db') cur = con.cursor()…

        calendar

        26 Jun 2021 07:34 PM IST

          Read more
          Showing 1 of 3 projects