Skip to content

khuranagarvit019/AI_Assignment1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

AI_Assignment1

This given .py file has solution to the given problem:

A binary interactive system is provided with a series of information:

a. I am a human being

b. I am good

c. Good graders study well

d. Humans love graders

e. Every human does not study well

With the help of this information, where machine can only provide yes/no answer, solve the following query. Is every human good grader?

Logic Used: ((not ((a_value) and (c_value and e_value))) or (g_value))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages