Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
library
class library: pass def check(a): flag=False for x in a: if x==user: flag=True else: continue if flag==True: print("available") else: print("not available") print("name of any book") user=input() l1=["akbar","birbal","tenali"] check(l1)
run
|
edit
|
history
|
help
0
multiple inheritance
shuru6
Python mehrfachvererbung
4
me
Hello
Ej2_PYTHON_203700377.
Which Premier League match should I watch?
Iterator-1
Student