Today we will be writing our first program in Python Language. I know you have been waiting for a long to do this. Let’s get to business and start writing our first python program. Follow the below steps: i. Open Pydriod3 and create a new file in it. ii. Keep in mind the file nameContinue reading “Writing our first Python 🐍 Program!!”
Tag Archives: pydriod 3 course
Module in PYTHON 🐍
After downloading the package, now you can import it in your program by using import function. There are two types of module in Python 🐍•Built in modules: BUILT IN MODULES: Built-in modules are pre-installed in Python, i.e., there is no need to download them. These modules come with the python interpreter itself. For example– random,Continue reading “Module in PYTHON 🐍”
