Write a Python program that uses a while loop to generate numbers from 1 to 50, increasing by 3 in each step. The program should then merge all the numbers into a single string and print the result.
2.
Use a while loop to iterate through the numbers.
1
Convert each numberfrom the loop to be String with str() function and Accumulate them to be one string