Delete several entries

Report a typo

Read the names of three cities from the input, save them to the list_of_cities variable, and use this information to remove these records from the Customers table. Remember to delete all records at the same time.

Once again, cursor has been previously defined!

Sample Input 1:

Paris
Seul
Cali

Sample Output 1:

6
Write a program in Python 3
list_of_cities = ...

...
___

Create a free account to access the full topic