Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
15
a=int(input("1.sayıyı giriniz")) b=int(input("2.sayıyı giriniz")) islem=input("çarp,böl,topla,çıkar bunlardan bir tanesini yaz") İf islem==çarp: Print (a*b) elif islem==böl: Print (a/b) elif islem==topla: Print (a+b) elif islem==çıkar: Print (a-b) Buket Tosun 9 f 140
run
|
edit
|
history
|
help
0
Pattern(L).py
pyEnumAuto
print("Hello, world!")
Search for sum of pairs in given array
5
linearSearch.py
147
Linked list pnkj 845
My first code
Activity1