Flow_0dsbqk4
Flow_0dsbqk4
Flow_1izwhjx
testvar = {'a':1,'b':2}
testvar2 = [{'x':1,'y':'a'},
{'x':2,'y':'b'},
{'x':3,'y':'c'}]
Flow_1rbktuo
Flow_1izwhjx
Flow_1rbktuo
def my_function() :
my_fun_var = 1
testvar['new'] = 'Test'
sample = [x['y'] for x in testvar2 if x['x'] > 1]