Given a string in camel case, write a python program to convert the given string from camel case to snake case.
Given
N = 4, there should be 2 triangular patterns with 4 lines each. So, the output should be
*
* *
* * *
* * * *
*
* *
* * *
* * * *
how can i print double patterns
In the given example,
D = Monday. As the 1st of the day of the month is a Monday, it means the 7th and 14th of the month will be Sundays (A week has 7 days). So the 16th day (N = 16) of the month will be a Tuesday.
determine day of the week of the given date and month
an * charcter in 4 times so how do i print print same in another time