Question description
Right here is my question – I’m searching for help relating to the proper code for this process:Write a for loop that prints 49 by 1
separated by a comma. Be aware, you’ll
want to make use of a situation inside the loops so it doesn’t print the comma the
final time by (no newlines).
Output ought to look as follows:49, 48, 47,
…, three, 2, 1