Write the template

Report a typo

Fill the template variable value in the code in such a way that would make it match the first three of the following strings and not match the fourth one:

string_1 = 'I love Python 3'
string_2 = 'i love Pitsaw'
string_3 = 'we love Papuan'
string_4 = 'we love php'
Write a program in Python 3
import re

template = ''
___

Create a free account to access the full topic