MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    To remove string “hello†from list1, we use which command? | 
                            
| A. | list1.remove(“helloâ€) | 
| B. | list1.remove(hello) | 
| C. | list1.removeall(“helloâ€) | 
| D. | list1.removeone(“helloâ€) | 
| Answer» B. list1.remove(hello) | |