subject

Build a grammar checker function gram_check that takes as an input, sentences of the form [Pronoun] [present tense verb] [object] ex., He plays basketball and ensures that there is a subject-verb agreement; i. e. it distinguishes between He plays basketball and *You plays basketball. Important notes: The subject can be any of I, you, he, she, it, they. The verb can be any regular verb. The object can be any object. Your program must print "Grammatical" if the sentence is grammatical and "Ungrammatical" if the sentence is ungrammatical. Some structure within gram_check has been provided below, but you may change it if you wish. However, do not change the name of the function. import re def gram check(s): #Put your code here if #Put your code here return "Grammatical" else: return Ungrammatical" gram check("she play basketball")Out [11]: 'Ungrammatical'

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 14:10
Dean wants a quick way to look up staff members by their staff id. in cell q3, nest the existing vlookup function in an iferror function. if the vlookup function returns an error result, the text “invalid staff id” should be displayed by the formula. (hint: you can test that this formula is working by changing the value in cell q2 to 0, but remember to set the value of cell q2 back to 1036 when the testing is complete.)
Answers: 3
question
Computers and Technology, 22.06.2019 15:30
Which of the following examples has four beats in each measure?
Answers: 2
question
Computers and Technology, 23.06.2019 03:50
Iam a bacterium. i cause stomach cramps and diarrhea. i am caused by eating rotten foodssuch as chicken, fish, or eggs. sometimes turtles carry my bacteria.what am i?
Answers: 2
question
Computers and Technology, 23.06.2019 11:30
Auser is given read permission to a file stored on an ntfs-formatted volume. the file is then copied to a folder on the same ntfs-formatted volume where the user has been given full control permission for that folder. when the user logs on to the computer holding the file and accesses its new location via a drive letter, what is the user's effective permission to the file? a. read b. full control c. no access d. modify e. none of the above
Answers: 1
You know the right answer?
Build a grammar checker function gram_check that takes as an input, sentences of the form [Pronoun]...
Questions
question
Mathematics, 06.11.2020 22:10
question
Mathematics, 06.11.2020 22:10
question
Social Studies, 06.11.2020 22:10
question
Mathematics, 06.11.2020 22:10
question
Mathematics, 06.11.2020 22:10
question
Mathematics, 06.11.2020 22:10
question
English, 06.11.2020 22:10
question
Health, 06.11.2020 22:10
question
Mathematics, 06.11.2020 22:10
Questions on the website: 13722360