a=50 b=45 if a>50: #you donot have to evaluate it c=30 else: d="40" #output will contain both c and d as we are not evaluatiing python code, just getting all the variable types m=c+100*45 n=d+"coogs" k=a>b