Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2. Strings: Accident news article title is in the format: Kurnool (December 20,2021): One died in road crash. Write a Python program that takes this

image text in transcribed
2. Strings: Accident news article title is in the format: "Kurnool (December 20,2021): One died in road crash". Write a Python program that takes this title as input and prints three details: Length of the title (number of letters in it) The location name (the first word in the title). Prints "fatal accident" if the word "died", or "death" or "die" exists in the title text. Otherwise it prints "non-fatal accident

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions