Day 10 – Taking User Input in Python
Day 10 – Taking User Input in Python Welcome to Day 10 of 100 Days of Python! Until now, most of our programs have worked with values that we directly wrote inside the code. But what if we want the us

Search for a command to run...
Day 10 – Taking User Input in Python Welcome to Day 10 of 100 Days of Python! Until now, most of our programs have worked with values that we directly wrote inside the code. But what if we want the us

What is Type Casting? Type casting, also called type conversion, is the process of converting a value from one data type to another. For example, a value stored as a string can be converted into an in

Welcome to Day 8 of 100 Days of Python! In Day 7, I was given my first Python exercise: Create a calculator capable of performing addition, subtraction, multiplication, and division on two numbers an

Welcome to Day 7 of 100 Days of Python! Today is our first exercise day. Instead of learning a completely new concept, we will apply what we have learned so far to understand Python operators and buil

Welcome to Day 6 of 100 Days of Python! Today, we are learning two of the most fundamental concepts in programming: Variables Data Types Whenever we write a Python program, we work with different

Welcome to Day 5 of 100 Days of Python! Today, we will learn three useful concepts: Python comments Escape sequences More options of the print() function These concepts may look simple, but they

Welcome to Day 4 of 100 Days of Python! So far, we have learned: What programming is What Python is Where Python is used What modules and packages are How pip is used to install Python packages

Welcome to Day 3 of 100 Days of Python! On Day 1, we learned what Python is and where it is used. On Day 2, we explored the different kinds of applications that can be built with Python. Today, we are

Welcome to Day 2 of 100 Days of Python! On Day 1, we learned what programming is, what Python is, its major features, and where Python is used. Today, instead of learning a large amount of syntax, let
