'Mercury':{
'Radius':'2,439.7 km',
'Distance from the sun-':'58 million km',
'Moons':[],
'Atmosphere?':'True',
'Gas planet?':'False',
I want the output to look like:
Mercury Distance from the sun : 58 Radius : 2439.7 Gas planet? : False Atmosphere? : True Moons : []
Ive tried using '/n' but it didnt work, but I keep getting
{'\nGas planet?': 'False', '\nDistance from the sun': '58 million km', 'Radius': '2,439.7 km', '\nMoons': [], '\nAtmosphere?': 'True'}
Is there any other way?? Help please.

New Topic/Question
Reply



MultiQuote



|