Code:
- str="";
- for Row in range(0,7):
- for Col in range(0,7):
- if (Col == 1 or ((Row == 0 or Row == 6) and (Col > 1 and Col < 5)) or (Col == 5 and Row != 0 and Row != 6)):
- str=str+"*"
- else:
- str=str+" "
- str=str+"\n"
- print(str);
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
Shekhar PanwarPosted Nov 5, 2016, 1:29 AM
Very good @sourabh somani keep it up....