Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
9th jan quiz2
print("sai quiz") ch=input("add,sub,mul") x=int(input("enter 1st no")) y=int(input("enter 2nd no")) def add(): if ch=="add": return x+y def sub(): if ch=="sub": return x-y def mul(): if ch=="mul": return x*y print(add()) print(sub()) print(mul())
run
|
edit
|
history
|
help
0
Finding avg value on list
PyEq
ACII_Art
My webapp demo
init constructor
Range List for Python
0403_diamond
Game4
string length
nameit01.py