I'm very new to python, but am having mighty issues. I was wondering if someoen could help me out. I need to write a simple program that will draw an X whos size is specified by the user.
So five would look like this (5 spaces across, and 5 down):
XxxxX
xXxXx
xxXxx
xXxXx
XxxxX
I've been able to get one to write one size 3, and 5, but nothing bigger. I havn't even tried the even ones yet.