coding questions in python || python programming || half diamond using numbers||coding interviews

 Today's question..........

Print the below pattern(half diamond using numbers) if the input is: 3 ---------- starting number 4 ----- length of half diamond then the output must be as shown below: 3 ------------ starting number 44 555 6666 555 44 3 in this case the length of the half diamond is 4 and starting symbol is 3





If you have any issues please let me know

Post a Comment (0)
Previous Post Next Post