In python when i run this code
calories = 565
print('\'calories\':', calories )
returns
("'calories':", 565)
but i want to print without the parenthesis and quotes, how can i do this
In python when i run this code
calories = 565
print('\'calories\':', calories )
returns
("'calories':", 565)
but i want to print without the parenthesis and quotes, how can i do this