/* Hey, I'm a paragraph comment. This allows for programmers to write tons and tons of random words, without the fear of me being compiled! */

Code here:

#This is the tricky part, because I can’t set this command in a way that centers all the elements while maintaining the space.
print(‘{operand_one}\n{operator:}{operand_two}\n{line}\n{result} ‘.format(operand_one = operand_one, operator = operator, operand_two=operand_two, line=’‘,result=result ))
# This was my first attempt before reading into the formar() method.
print(’ ', num1, ‘\n’, ‘+’, num2, '\n
_____\n ‘, result, “\n”, sep=’’)

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

can you post a link to the exercise you are working on?
Also please explain more what you need help with?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.