Jan-09-2021, 11:26 PM
Hi guys,
I need your help please to solve a very basic problem in Python (I think it's simple, but still challenging for me as a beginner
).
I have created a view variables, say Price_a and Price_b.
Any help would be greatly appreciated.
Many thanks,
Peter
I need your help please to solve a very basic problem in Python (I think it's simple, but still challenging for me as a beginner

I have created a view variables, say Price_a and Price_b.
Price_a = 8.50 Price_b = 10In a next step, I'd like to create a table that shows 'A' and 'B' in the rows and 'price' in the header, so I can populate it with the variables Price_a and Price_b. I generally know how to create tables with numbers, but not how to insert pre-defined variables in such a table.
Any help would be greatly appreciated.
Many thanks,
Peter