Hello Buddies 😍 I think you already installed python in your devices. Let's start our topic is variables and comments. It's a simple and easy topic. Already you know the hello world code. Before the topic start we will learn fact. What is Syntax in Python? For example English language have its own grammar and Telugu also have grammar but those two not same. In grammar we follow some set of instruction to build a sentence. In python we have Syntax. We need to follow some instruction to write a code. Variables In Python Variables is like allocating names to a data and also storing values. like containers, Pen drives etc., Here i created a variable (Container) name called Blog and i store a value is PythonGeeksCommunity. F5 is used to run our co...