My Learning Notes – Python Basics (Day Learning Blog)
Today’s class was focused on basic Python concepts and some logical problems. Even though the topics are simple, they form the foundation for programming. I am writing this blog to revise what I learned in my own words.
sep and end in Python
In Python, the print() function has default behavior:
It adds space between multiple values






