Question of classification

Report a typo

Scientists from Health.inc discovered that the virus A35B15 now should be classified differently; so the name must be changed to B36C16. They've asked us to update their DB with the information about patients.

You need to write a program that updates the name of the virus.

Consider that the connection object is already created and is the conn variable. The table's name is patients. The table consists of two columns: name and disease.

Write a program in Python 3
cursor = conn.cursor()

#write your code here

# In this task you mustn't close connection to DB.(Due to the checking features)
___

Create a free account to access the full topic