Skip to content

Commit

Permalink
Merge pull request #156 from DaPandamonium/patch-2
Browse files Browse the repository at this point in the history
Syntax - Missing Comma
  • Loading branch information
intelagense authored Oct 25, 2024
2 parents 066a0fb + 03ee00a commit d7c1ccc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def send_email(sender, receiver, recipient):

names_list = ['Sonny', 'Dharma', 'Malcolm', 'Jerry', 'Asiqur', 'Rose', 'Lillian']
names_and_emails = [
['Asiqur', '[email protected]']
['Asiqur', '[email protected]'],
['Dharma', '[email protected]'],
['Jerry', '[email protected]'],
['Lillian', '[email protected]'],
Expand Down

0 comments on commit d7c1ccc

Please sign in to comment.