RobertSmithQrew Member8 years agoSyntax error in Python when referencing variablesmy_name = 'Robert'my_age = 35my_height = 74my_weight = 180my_eyes = 'blue'print(f"Let's talk about {my_name}.")print(f "He's {my_height} inches tall.")print(f "He's {my_weight} pounds heavy.")print(f "He's got {my_eyes}.")Getting a syntax error on each print command near the end and cannot figure out why.
_anomDiebolt_Qrew Elite8 years agof strings are newly supported in Python 3.6. But what does this have to do with QuickBase.
_anomDiebolt_Qrew Elite8 years agof strings are newly supported in Python 3.6. But what does this have to do with QuickBase.
Related ContentUsing variables with class='SaveBeforeNavigatingJinja If else statement syntaxSeparate variablesGlobal Variables and pipelinesUsing Variables in Formulas