

Days 5 Of learning Python fundamentals to power my journey into AI/ ML
PaschalIfeanyi🦍
13K posts

@DefiPhilosopher
📊📉📈Seeking Opportunities across Web3,Crypto/Blockchain , Artificial Intelligence , Robotics and Future Technologies🛡️🏧


Days 5 Of learning Python fundamentals to power my journey into AI/ ML






My final overseas trip was to take part in a fascinating @DohaDebates discussion on the societal implications of encountering beings more intelligent than ourselves. What do you think would happen? See if our ideas align with yours! youtube.com/dohadebates

Currently learning python with Practicals from those indian guys. They made it simpler and understandable compared to others


@PythonPr Answer: Same In Python, 10 (int) and 10.0 (float) are considered equal in value. So: 10 == 10.0 → True Even though their types are different, Python compares the numeric value, not the type here.


@PythonPr Answer: Same In Python, 10 (int) and 10.0 (float) are considered equal in value. So: 10 == 10.0 → True Even though their types are different, Python compares the numeric value, not the type here.







