Question: Please help me complete my answer. PLEASE DONT SOLVE THE QUESTION RIGHT AWAY. PLEASE READ THIS UNTIL THE END. I already have an answer but
Please help me complete my answer.
PLEASE DONT SOLVE THE QUESTION RIGHT AWAY. PLEASE READ THIS UNTIL THE END.
I already have an answer but it is not complete.
So the question is

The result is
This is wrong since it is not a right down triangle. This is left down triangle.
The code for this is
n = int(input("Enter a positive integer value for n: ")) if n =i): print(i*j,end='\t') else: print('',end='\t') print()
Please help me change the left down triangle to right down triangle.
The code seems to be correct, however the result keep shows me a left down triangle.
Please help me out, I am so desperate to solve this question. This is my third time asking this question and nobody actually gave me a right solution. Both experts gave me codes that produces a right down triangles.
Is something wrong with my IDLE Shell 3.8.10?
Please use the same version if necessary.
I don't know where the problem is.
Most importantly, please don't use difficult codes like assert, def, str etc
I am "NOT" allowed to use them.
I am still a beginner.
I would appreciate it if you add some explanations.
Thank you
3. Write a Python program that reads a user input integer value n, asserts n is positive, and finally prints the following multiplication table. File Edit Shell Debug Options Window Help Python 3.8.10 (tags/v3.8.10:3d8993a, May 3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "l icense()" for more informat ion. Enter a positive integer value for n:3 Enter a positive integer value for n:3 > Enter a positive integer value for n:3 >> Enter a positive integer value for n
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
