top of page
Profile
Join date: Aug 1, 2022
About
0 likes received
0 comments received
0 best answers
Overview
First Name
Aina Seun Adebayo
Posts (4)
Sep 17, 2022 ∙ 1 min
Seun Assignment 2
print("Invalid input") program create simple calculator using functions def add(x, y): return x + y def subtract(x, y): return x - y def...
9
0
Sep 17, 2022 ∙ 1 min
Seun Assignment 1
# Program to calculate BMI height = float(input("Enter your height in cm: ")) weight = float(input("Enter your weight in kg: ")) bmi =...
13
0
Sep 17, 2022 ∙ 1 min
Seun Assignment 2
# Python program to make a simple calculator # taking user input no1 = float(input("Enter first number: ")) no2 = float(input("Enter...
5
0
Sep 17, 2022 ∙ 1 min
Seun Assignment 1
# Program to calculate BMI height = float(input("Enter your height in cm: ")) weight = float(input("Enter your weight in kg: ")) bmi =...
15
0
ainatestimony6
Writer
More actions
bottom of page