Programming
Python - IITM 🐍
Week 1 Lecture Notes 🗒️ PRINT 👨🏽💻 Numbers are treated as numbers only when put without apostrophe/speech marks Strings require either single or double quotes Uses only round brackets () Uses comma to separate strings/variables print("Hello world") print('Hello world', 'Hello mom', 'Hello nietzsche') print(10) VARIABLES 🔤 💡 Use well defined names for variables instead of a/b/c etc.