So this is the simplest question ever, maybe. I am trying to move from using #vbscript to #Python in labeling expressions.
Can you help me translate this simple vbscript line into python.
round([Acres],1) & vbnewline & [SqMi]
I can concatenate and stack lines in python. I can round in python. I can't do both at the same time though. Python newbie.