Skip to content

Commit a99816d

Browse files
I'm Coder beginner
Python Programs
1 parent c083503 commit a99816d

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

newfile.py

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# calculate Math sum
2+
3+
if : Value of = y > 3
4+
x > 6
5+
"Find out"
6+
x = int, intput("Enter the first number")
7+
y = int, input("Enter the second number")
8+
print("Sum" , y+x )
9+
print("difference", y-x)
10+
print("product", y*x) [
11+
12+
]
13+
14+
elif: "First value ans" / 9
15+
"Second value ans" / -3
16+
17+
finally : "Third value ans" / 18 ;
18+
19+
)
20+
21+
("Program, finished ! ")
22+
23+

0 commit comments

Comments
 (0)