diff --git a/00_python_colab/02_data_types/Agentic_AI_Python_Lesson_02_Data_Types.ipynb b/00_python_colab/02_data_types/Agentic_AI_Python_Lesson_02_Data_Types.ipynb index 6a55ba1..0487f7c 100644 --- a/00_python_colab/02_data_types/Agentic_AI_Python_Lesson_02_Data_Types.ipynb +++ b/00_python_colab/02_data_types/Agentic_AI_Python_Lesson_02_Data_Types.ipynb @@ -1176,7 +1176,7 @@ "\n", "print(\" ===================== \")\n", "\n", - "if(id(shark1_age)id(shark2_age) == ):#comparison by id()\n", + "if(id(shark1_age) == id(shark2_age)):#comparison by id()\n", " print(\"shark1_age & shark2_age have same id\")\n", "else:\n", " print(\"shark1_age & shark2_age have different id\")" @@ -1405,4 +1405,4 @@ ] } ] -} \ No newline at end of file +}