Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
StringManipulation
kenken1
course 2 steve sch
Skillenza - Marker Count
Monthly Calendar
RNG
pythonic way (V2)
Finding avg value on list
ejemplo2_python_20.068.214-9
Assignment-3c
Please log in to post a comment.