Movatterモバイル変換


[0]ホーム

URL:


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
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit6b3a545

Browse files
Add files via upload
1 parent7e12326 commit6b3a545

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

‎test.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
#!/usr/bin/python3
22
frominputdimport*
33

4-
sayi_1()
4+
ifislem=="top":
5+
top()
6+
elifislem=="cık":
7+
cık()
8+
elifislem=="carp":
9+
carp()
10+
elifislem=="bol":
11+
bol()
12+
elifislem=="yuzde":
13+
yuzde()
14+
else:
15+
print("Invalid Process...")

‎test2.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/python3
2+
frominputdimport*
3+
4+
process
5+
ifprocess=="add":
6+
addition()
7+
elifprocess=="sub":
8+
subraction()
9+
elifprocess=="mult":
10+
multiplication()
11+
elifprocess=="div":
12+
division()
13+
elifprocess=="perc":
14+
Percentage()
15+
else:
16+
print("Invalid Process...")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp