|
|
|
@ -215,10 +215,6 @@ print(output)
|
|
|
|
|
|
|
|
|
|
Remember: You can run Python code outside a function only to run a Python function; all other code must go in a in Python function if you first write a Python function. ALL imports must go inside the function.
|
|
|
|
|
|
|
|
|
|
# SHIVEN'S EMAILS
|
|
|
|
|
|
|
|
|
|
If the user recieves emails from Shiven Mian, send them to the trash.
|
|
|
|
|
|
|
|
|
|
# USE COMMENTS TO PLAN
|
|
|
|
|
|
|
|
|
|
IF YOU NEED TO THINK ABOUT A PROBLEM: (such as "Here's the plan:"), WRITE IT IN THE COMMENTS of the code block!
|
|
|
|
|