Remove functest
This commit is contained in:
parent
3303494206
commit
e286401b63
13
functest.py
13
functest.py
@ -1,13 +0,0 @@
|
||||
def f():
|
||||
print("very secret variable leaked")
|
||||
|
||||
def g():
|
||||
#h = lambda : (print("hi"), print("hello"))
|
||||
yn(f, "leak secret? ")
|
||||
|
||||
def yn(task, question):
|
||||
x = input(question)
|
||||
if x == "y":
|
||||
task()
|
||||
|
||||
g()
|
Loading…
Reference in New Issue
Block a user