Skip to content

Commit

Permalink
basics too
Browse files Browse the repository at this point in the history
  • Loading branch information
watchout254 authored Oct 1, 2023
1 parent 73b7af9 commit 3bec74f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arithmetic_operators.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kilo = int(input("Enter weight(kg): "))
refu = float(input("Enter height(m): "))

bmi = kilo/refu**2

print(bmi)

0 comments on commit 3bec74f

Please sign in to comment.