Welcome To Code Bengali Channel we will see Python Comments and Variables Comments can be used to explain Python code. Comments can be used to make the code more readable. Comments can be used to prevent execution when testing code. Creating a Comment Comments starts with a #, and Python will ignore them: Example #This is a comment print("Hello, World!") Multi Line Comments Python does not really have a syntax for multi line comments. To add a multiline comment you could insert a # for each line: Example #This is a comment #written in #more than just one line print("Hello, World!") Or, not quite as intended, you can use a multiline string. Since Python will ignore string literals that are not assigned to a variable, you can add a multiline string (triple quotes) in your code, and place your comment inside it: Example """ This is a comment written in more than just one line """ print("Hello, World!") Variables Variables are containers for storing data values. Creating Variables Python has no command for declaring a variable. A variable is created the moment you first assign a value to it. Example x = 5 y = "John" print(x) print(y) ***************** Must Watch Video ****************** ➡️ Miles to kilometers Convert --:https://youtu.be/ofNI178nJ74 ➡️ Celsius to Fahrenheit Convert --:https://youtu.be/Bv0ZYevuS7A ➡️ string Length find --:https://youtu.be/_19bsUrgXe0 ➡️ string include method--:https://youtu.be/vhE2JSVNx-M ➡️ startsWith and endsWith--:https://youtu.be/6d_VnARbIG8 ➡️ Search method--:https://youtu.be/wy9MjFj0Yj8 ➡️ String match Method --:https://youtu.be/yEhQnzc_2sw ➡️ Spread Operator in JavaScript --:https://youtu.be/z7SPNA1cxvU ➡️ Spread Operator in Object--:https://youtu.be/mDU_5aEqalo ***************** React JS Tutorial ****************** ➡️ React JS Environment Setup --:: https://youtu.be/8A92a534MZU ➡️ React Folder Structure And NPM --:: https://youtu.be/Gv4t40FAhfM ➡️ React JSX and React Render --:: https://youtu.be/v-MnPDHkvO4 ➡️ Fragments in React --:: https://youtu.be/zBQfCRx2tss ➡️ Expressions in JSX --:: https://youtu.be/H2Utml_uxg4 ➡️ JSX Attribute in React --:: https://youtu.be/a929qR_YvgM ➡️ CSS in React JS--::https://youtu.be/tqIGMppDMxs ➡️ Google Fonts in React JS--::https://youtu.be/yVfnRdcQGJ4 ➡️ internal And inline Css--::https://youtu.be/SxkPCb2ZnuU ➡️ Components in ReactJs--::https://youtu.be/QM-IPrQTxHU ➡️ Props in ReactJs--::https://youtu.be/XjwoTpaZEuU ➡️ Array of an object in ReactJs-::https://youtu.be/SMssq8cPFFQ ➡️ map Method in ReactJs-::https://youtu.be/VEY1YQN5afM ➡️if else statement in React JS-::https://youtu.be/RGDNiU0HXfU ➡️React Developer Tool-::https://youtu.be/qo34sBw-34c ➡️Create Digital Clock In ReactJs-::https://youtu.be/Mfc9mTs3IDc ➡️Bootstrap use in React-::https://youtu.be/d7Ir_denUl4 ➡️Display data using input field p--1-::https://youtu.be/5UrpcU-o8II ➡️Display Data using input Field part--2-::https://youtu.be/jP4F-nAcAc0 ➡️Live Photo Search On React-::https://youtu.be/WQ8j9kcAzLE ➡️useEffect Hook in React js::https://youtu.be/apzMqnfgNZM ➡️React Router in ReactJs part-1::https://youtu.be/Jk_AnWS0BZ4 ➡️React Router in ReactJs part-2::https://youtu.be/_IkEsJ8K8xY ➡️React Router in ReactJs part-3:https://youtu.be/bywM_vRl4Vo ➡️React Router in ReactJs part-4:https://youtu.be/m7ppxX7et8w ➡️React Router in ReactJs part-5:https://youtu.be/2yx-bMuEoYk ➡️Nested Routes and Shared Routing:https://youtu.be/V19UPOrbKPk ***************** Node JS Tutorial ****************** ➡️ Install Node JS Node.JS Script--::https://youtu.be/QNKQAkSMKcY ➡️REPL in NodeJS--::https://youtu.be/pH8aQWabYxI ➡️REPL in NodeJS Module and method--::https://youtu.be/AkfjMYXQN-s ➡️File System Module in Node.js--::https://youtu.be/3n8iVyip3r8 ➡️Async File System Module in Node.js--::https://youtu.be/YZaKskagXDI ***************** Python Tutorial ****************** ➡️Python install Print Hello world in --::https://youtu.be/6AcKPWCIq_c Please support my channel by SUBSCRIBE to my channel and share my videos in your Social Network.
Welcome To Code Bengali Channel we will see Python Comments and Variables Comments can be used to explain Python code. Comments can be used to make the code more readable. Comments can be used to prevent execution when testing code. Creating a Comment Comments starts with a #, and Python will ignore them: Example #This is a comment print("Hello, World!") Multi Line Comments Python does not really have a syntax for multi line comments. To add a multiline comment you could insert a # for each line: Example #This is a comment #written in #more than just one line print("Hello, World!") Or, not quite as intended, you can use a multiline string. Since Python will ignore string literals that are not assigned to a variable, you can add a multiline string (triple quotes) in your code, and place your comment inside it: Example """ This is a comment written in more than just one line """ print("Hello, World!") Variables Variables are containers for storing data values. Creating Variables Python has no command for declaring a variable. A variable is created the moment you first assign a value to it. Example x = 5 y = "John" print(x) print(y) ***************** Must Watch Video ****************** ➡️ Miles to kilometers Convert --:https://youtu.be/ofNI178nJ74 ➡️ Celsius to Fahrenheit Convert --:https://youtu.be/Bv0ZYevuS7A ➡️ string Length find --:https://youtu.be/_19bsUrgXe0 ➡️ string include method--:https://youtu.be/vhE2JSVNx-M ➡️ startsWith and endsWith--:https://youtu.be/6d_VnARbIG8 ➡️ Search method--:https://youtu.be/wy9MjFj0Yj8 ➡️ String match Method --:https://youtu.be/yEhQnzc_2sw ➡️ Spread Operator in JavaScript --:https://youtu.be/z7SPNA1cxvU ➡️ Spread Operator in Object--:https://youtu.be/mDU_5aEqalo ***************** React JS Tutorial ****************** ➡️ React JS Environment Setup --:: https://youtu.be/8A92a534MZU ➡️ React Folder Structure And NPM --:: https://youtu.be/Gv4t40FAhfM ➡️ React JSX and React Render --:: https://youtu.be/v-MnPDHkvO4 ➡️ Fragments in React --:: https://youtu.be/zBQfCRx2tss ➡️ Expressions in JSX --:: https://youtu.be/H2Utml_uxg4 ➡️ JSX Attribute in React --:: https://youtu.be/a929qR_YvgM ➡️ CSS in React JS--::https://youtu.be/tqIGMppDMxs ➡️ Google Fonts in React JS--::https://youtu.be/yVfnRdcQGJ4 ➡️ internal And inline Css--::https://youtu.be/SxkPCb2ZnuU ➡️ Components in ReactJs--::https://youtu.be/QM-IPrQTxHU ➡️ Props in ReactJs--::https://youtu.be/XjwoTpaZEuU ➡️ Array of an object in ReactJs-::https://youtu.be/SMssq8cPFFQ ➡️ map Method in ReactJs-::https://youtu.be/VEY1YQN5afM ➡️if else statement in React JS-::https://youtu.be/RGDNiU0HXfU ➡️React Developer Tool-::https://youtu.be/qo34sBw-34c ➡️Create Digital Clock In ReactJs-::https://youtu.be/Mfc9mTs3IDc ➡️Bootstrap use in React-::https://youtu.be/d7Ir_denUl4 ➡️Display data using input field p--1-::https://youtu.be/5UrpcU-o8II ➡️Display Data using input Field part--2-::https://youtu.be/jP4F-nAcAc0 ➡️Live Photo Search On React-::https://youtu.be/WQ8j9kcAzLE ➡️useEffect Hook in React js::https://youtu.be/apzMqnfgNZM ➡️React Router in ReactJs part-1::https://youtu.be/Jk_AnWS0BZ4 ➡️React Router in ReactJs part-2::https://youtu.be/_IkEsJ8K8xY ➡️React Router in ReactJs part-3:https://youtu.be/bywM_vRl4Vo ➡️React Router in ReactJs part-4:https://youtu.be/m7ppxX7et8w ➡️React Router in ReactJs part-5:https://youtu.be/2yx-bMuEoYk ➡️Nested Routes and Shared Routing:https://youtu.be/V19UPOrbKPk ***************** Node JS Tutorial ****************** ➡️ Install Node JS Node.JS Script--::https://youtu.be/QNKQAkSMKcY ➡️REPL in NodeJS--::https://youtu.be/pH8aQWabYxI ➡️REPL in NodeJS Module and method--::https://youtu.be/AkfjMYXQN-s ➡️File System Module in Node.js--::https://youtu.be/3n8iVyip3r8 ➡️Async File System Module in Node.js--::https://youtu.be/YZaKskagXDI ***************** Python Tutorial ****************** ➡️Python install Print Hello world in --::https://youtu.be/6AcKPWCIq_c Please support my channel by SUBSCRIBE to my channel and share my videos in your Social Network.