1👍
dialy_program
should read like so, with single quotes ''
to avoid a syntax error with building the string:
daily_program = '{"Training":["abc","dxf","gfh"],"Nutrition":["acd","dbd","cdf"]}'
Source:stackexchange.com
1👍
dialy_program
should read like so, with single quotes ''
to avoid a syntax error with building the string:
daily_program = '{"Training":["abc","dxf","gfh"],"Nutrition":["acd","dbd","cdf"]}'