University of North Texas Python Project
Question Description
Develop a Python program to take three symbols (characters) from theuser and print 15×15 square using these symbols in a repetitive way.
The first rows starts with 1st symbol, and continue with 2nd, and 3rd, and repeats this sequence.
The second rows starts with 2st symbol, and continue with 3rd, and 1st, and repeats this sequence.
The fourth rows starts with 1st symbol, and continue with 2nd, and 3rd, and repeats this sequence.
Example runs given below.
Enter 1st symbol:> *
Enter 2nd symbol:> -
Enter 3rd symbol:> /
* - / * - / * - / * - / * - /
- / * - / * - / * - / * - / *
/ * - / * - / * - / * - / * -
* - / * - / * - / * - / * - /
- / * - / * - / * - / * - / *
/ * - / * - / * - / * - / * -
* - / * - / * - / * - / * - /
- / * - / * - / * - / * - / *
/ * - / * - / * - / * - / * -
* - / * - / * - / * - / * - /
- / * - / * - / * - / * - / *
/ * - / * - / * - / * - / * -
* - / * - / * - / * - / * - /
- / * - / * - / * - / * - / *
/ * - / * - / * - / * - / * -
Enter 1st symbol:> 1
Enter 2nd symbol:> 2
Enter 3rd symbol:> 3
1 2 3 1 2 3 1 2 3 1 2 3 1 2 3
2 3 1 2 3 1 2 3 1 2 3 1 2 3 1
3 1 2 3 1 2 3 1 2 3 1 2 3 1 2
1 2 3 1 2 3 1 2 3 1 2 3 1 2 3
2 3 1 2 3 1 2 3 1 2 3 1 2 3 1
3 1 2 3 1 2 3 1 2 3 1 2 3 1 2
1 2 3 1 2 3 1 2 3 1 2 3 1 2 3
2 3 1 2 3 1 2 3 1 2 3 1 2 3 1
3 1 2 3 1 2 3 1 2 3 1 2 3 1 2
1 2 3 1 2 3 1 2 3 1 2 3 1 2 3
2 3 1 2 3 1 2 3 1 2 3 1 2 3 1
3 1 2 3 1 2 3 1 2 3 1 2 3 1 2
1 2 3 1 2 3 1 2 3 1 2 3 1 2 3
2 3 1 2 3 1 2 3 1 2 3 1 2 3 1
3 1 2 3 1 2 3 1 2 3 1 2 3 1 2
Enter 1st symbol:> ^
Enter 2nd symbol:> %
Enter 3rd symbol:> $
^ % $ ^ % $ ^ % $ ^ % $ ^ % $
% $ ^ % $ ^ % $ ^ % $ ^ % $ ^
$ ^ % $ ^ % $ ^ % $ ^ % $ ^ %
^ % $ ^ % $ ^ % $ ^ % $ ^ % $
% $ ^ % $ ^ % $ ^ % $ ^ % $ ^
$ ^ % $ ^ % $ ^ % $ ^ % $ ^ %
^ % $ ^ % $ ^ % $ ^ % $ ^ % $
% $ ^ % $ ^ % $ ^ % $ ^ % $ ^
$ ^ % $ ^ % $ ^ % $ ^ % $ ^ %
^ % $ ^ % $ ^ % $ ^ % $ ^ % $
% $ ^ % $ ^ % $ ^ % $ ^ % $ ^
$ ^ % $ ^ % $ ^ % $ ^ % $ ^ %
^ % $ ^ % $ ^ % $ ^ % $ ^ % $
% $ ^ % $ ^ % $ ^ % $ ^ % $ ^
$ ^ % $ ^ % $ ^ % $ ^ % $ ^ %
"Place your order now for a similar assignment and have exceptional work written by our team of experts, guaranteeing you "A" results."