""""WAP To print pattern
*
**
***
****
*****
"""
string="*"
pattern=" "
for i in range(5):
pattern=pattern+string
print(pattern)
Q.There are two arrays of integers,arr1,arr2.One move is defined as increment or decrement of one element to match in an array.Determine t...
No comments:
If you have any doubt so you can comment me then i will 100% help you ,Through comment Chat