add author

This commit is contained in:
meatball
2022-11-24 08:40:54 +01:00
committed by BethanyG
parent 51b91d3796
commit 5b3b0aaa75
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"blurb": "Unpacking is the process of extracting individual elements of a collection, such as a list, tuple, or dictionary by iterating over them. Unpacked values can be assigned to variables within the same step. Multiple assignment is the ability to assign values to multiple variables in one line.",
"authors": ["meatball","bethanyg"],
"authors": ["meatball133","bethanyg"],
"contributors": []
}

View File

@@ -1,7 +1,7 @@
{
"blurb": "Learn about unpacking and multiple assignment in Python while helping Linus with his train control system.",
"icon": "tracks-on-tracks-on-tracks",
"authors": ["meatball","BethanyG"],
"authors": ["meatball133","BethanyG"],
"files": {
"solution": ["locomotive_engineer.py"],
"test": ["locomotive_engineer_test.py"],