Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2e7ac7c

Browse files
practice question
1 parent cda0021 commit 2e7ac7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎all airtmatics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
x = int(input("enter the first num"))
22
y = int(input("enter the second number"))
33

4-
sum = x+y
4+
sum = x+y
55
sub = x-y
66
product = x*y
77
div = x/y
88

99
print("The sum of the numbers is "+ str(sum))
1010
print("the difference of the numbers is "+ str(sub))
1111
print("the product of the numbers is "+ str(product))
12-
print("the division of the numbers is "+ str(div))
12+
print("the division of the numbers is "+ str(div))

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /