Skip to main content

artificial intelligence and DBMS lab programs definitions

Project description

AIML & DBMS Lab program

Python 3.6

Functions

  • isprime(number)
  • tsp(graph,starting point)
  • nqueen(number)
  • longtictactoe()

Programs will be returned for call

a lab

  • p_multiplicationtable
  • p_primeornot
  • p_factorial
  • p_list_operations
  • p_list_methods
  • p_chatbot
  • p_set_operation
  • p_count_s1_in_s2
  • p_dictionary_operations
  • p_n_queen
  • p_tsp
  • p_longtictactoe

- dbms lab

  • p_library
  • p_order
  • p_movie
  • p_college
  • p_comp

Usage

import tempailab

Get the list of sql programs

print(tempailab.sql_programs)

Get the list of ai programs

print(tempailab.ai_programs)

Example

run it

import tempailab
print(tempailab.isprime(3))

Output

3 is a prime number

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tempailab-0.0.6.tar.gz (17.7 kB view hashes)

Uploaded Source

Built Distribution

tempailab-0.0.6-py3-none-any.whl (17.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page