Question: In Python please! Integer loop _ value is read from input. For each number from 1 to loop _ value both inclusive, output the number

In Python please! Integer loop_value is read from input. For each number from 1 to loop_value both inclusive, output the number followed by the number's value of question mark characters ('?').
Click here for example Ex: If the input is 4, then the output is:
1?2??3???4????
Note: print(x, end='') outputs x without ending with a default newline.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!