top of page
Profile
Join date: Dec 27, 2021
About
0 likes received
0 comments received
0 best answers
Overview
First Name
MARWAN
Last Name
MOHAMED
Posts (4)
Feb 7, 2022 ∙ 2 min
Conditionals and logic for Python
We'll often want the computer only to take an action under certain circumstances. For example, we might want a game to print the message...
10
0
Feb 7, 2022 ∙ 2 min
Functions in Python
Many programs react to user input. Functions allow us to define a task we would like the computer to carry out based on input. A simple...
6
0
Jan 30, 2022 ∙ 1 min
Python Program to Check Prime Number
In this article an example to check whether an integer is a prime number or not using for loop and if...else statement. If the number is...
6
0
Jan 30, 2022 ∙ 1 min
BMI Calculator Using Python
In this article, we will learn how to create a Body Mass Index(BMI) calculator using python. Before that, we need to understand the term...
14
0
Marawan Mohamed
Writer
More actions
bottom of page