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 5017b40

Browse files
Update arthmopp.py
1 parent 4b7c508 commit 5017b40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎Basic/arthmopp.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# * Written By Codezila.org at 16-03-2020 11:08PM (IST)
12
# Store input numbers:
23
num1 = input('Enter first number: ')
34
num2 = input('Enter second number: ')
@@ -18,4 +19,5 @@
1819
# Display the multiplication
1920
print('The multiplication of {0} and {1} is {2}'.format(num1, num2, mul))
2021
# Display the division
21-
print('The division of {0} and {1} is {2}'.format(num1, num2, div))
22+
print('The division of {0} and {1} is {2}'.format(num1, num2, div))
23+
print('\n\tCode By codezila.org :)\n\tJoin Us On : <github.com/codezila-org>\n\tFor More Mail Us : <contact@codezila.org>')

0 commit comments

Comments
(0)

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