On Tue, May 12, 2015 at 5:21 PM, K leo <[email protected]> wrote: > In this test case yes, but my intention is to input that string ("tech.cl" > in this test case) at run time, so in the real case, no.
Is what you want executing arbitrary code from user input? Or do you only want to accept only a limit set of input. > > > On Tuesday, May 12, 2015, Yichao Yu <[email protected]> wrote: >> >> >> Can't you just use `y1 = tech.cl` here? >> >> >
