From dc064099c1db8a8b2ee60dae3551fb2a82e177b0 Mon Sep 17 00:00:00 2001 From: Shiven Mian Date: Fri, 23 Feb 2024 18:07:28 -0800 Subject: [PATCH] feat: teach 01 to make original jokes --- 01OS/01OS/server/system_message.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/01OS/01OS/server/system_message.py b/01OS/01OS/server/system_message.py index fc3229c..5b30698 100644 --- a/01OS/01OS/server/system_message.py +++ b/01OS/01OS/server/system_message.py @@ -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!