Python Day 4 - Basic Operators and Expressions

Published on December 28, 2024

Description

Day 4 - Basic Operators and Expressions Arithmetic Operators: Write a program to perform the following arithmetic operations using two numbers: Addition Subtraction Multiplication Division Floor Division Modulus Exponentiation Relational Operators: Write a program to compare two numbers using the following operators: Equal to Not equal to Greater than Less than Greater than or equal to Less than or equal to Logical Operators: Write a program that evaluates the following between 2 booleans(True or False): Logical AND Logical OR Logical NOT #python #100daysofcode #coding #programming

Learn to code, one day at a time

Python Day 4 - Basic Operators and Expressions | 100DaysOfCode