Introduction
Software Requirement
Python 3.5.2
Simple programming
- str="";
- for Row in range(0,7):
- for Col in range(0,7):
- if (Col == 1 or ((Row == 0 or Row == 6) and (Col > 2 and Col < 7)) or (Row == 3 and Col > 1 and Col < 5)):
- str=str+"*"
- else:
- str=str+" "
- str=str+"\n"
- print(str);
Output


Sajid AaPosted Jul 28, 2016, 2:51 AM
Hey u there mam @srKarthiga
kalu singh raoPosted Jul 27, 2016, 1:47 AM
Nice share
Anu VPosted Jul 26, 2016, 7:13 AM
Nice