Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

language: python !!! Function Name: note Taker Parameters: notes ( string ) Returns: newNotes (string) Description: The Office of Disability Services here at Georgia Tech

language: python !!!

image text in transcribedimage text in transcribed

Function Name: note Taker Parameters: notes ( string ) Returns: newNotes (string) Description: The Office of Disability Services here at Georgia Tech offers accommodations for students with disabilities, including providing note-takers for students. Students in a class can volunteer to upload their notes to a portal, so that students who need them can access them. A note-taker should make an effort to ensure that their notes are clear, so that anyone reading them can understand them. Write a function that takes out extraneous punctuation within a group of sentences. The function should remove any and all punctuation within a sentence, but not its end punctuation. Note: You only need to account for these characters: .,?! @: Hint: The .isupper() function can help you determine if a character is a capital letter! Every sentence after the first one will begin with a space and a capital letter. >>> notes = 'Li!sts are a coral datat.xpe! They can hold a@ lot of infor:!matio n.' >>> note Taker(notes) Lists are a cool datatype! They can hold a lot of information. >>> notes = 'CS1301,,,-- what a c@!ool c?lass!' >>> note Taker(notes) CS1301 -- what a cool class! >>>The wa@ff.,:e co?ne w!as a!n ac@ci!denta@l inven:tio?n! A.nic@e cre!a!m ve?nd, or ra@n out o!f con:es an?d as!ke,d a waffl,e ve:n?do!r fo?r help. To@ge!?th,.er, the@y cr?eatled th,.?e waf!fl@e con?.e! >>>The waffle cone was an accidental invention! An ice cream vendor ran out of cones and asked a waffle vendor for help. Together they created the waffle cone! >>>CS!@1301 i.,s a c!ool c?lass wh..ere yo!u ca,:n learn to cod.e i@n P!y!t!h!o!n. Did yo!,u kn:o?w tha@t Disney use@s Python!!! fo:?r their a@nimati!ons? >>>CS1301 is a cool class where you can learn to code in Python. Did you know that Disney uses Python for their animations

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Knowledge Discovery In Databases

Authors: Gregory Piatetsky-Shapiro, William Frawley

1st Edition

0262660709, 978-0262660709

More Books

Students also viewed these Databases questions

Question

1. Why have benefits grown in strategic importance to employers?

Answered: 1 week ago