Nuacht

On this app, you can create and store up to 5 profiles of a Dnd character. I narrowed down the scope due to the deadline, but it would not be hard to increase the amount of character details stored.
n = int(input("enter the no. of rows")) for i in range(n): for j in range(n-i-1): print(" ",end =" ") for j in range(2i+1): print("",end =" ") print() for i in range ...