protect code
This commit is contained in:
parent
73475c95d5
commit
618d441209
|
@ -13,6 +13,6 @@ def make_example_potion(student_name="ASPP student"):
|
||||||
print(f"You successfully ran make_example_potion, {student_name}, well done :).")
|
print(f"You successfully ran make_example_potion, {student_name}, well done :).")
|
||||||
return my_potion
|
return my_potion
|
||||||
|
|
||||||
|
if __name__=="__main__":
|
||||||
my_name = 'ASPP student'
|
my_name = 'ASPP student'
|
||||||
my_potion = make_example_potion(student_name=my_name)
|
my_potion = make_example_potion(student_name=my_name)
|
Loading…
Reference in a new issue