2. Drawing a Shape - tomaslt99/Python-language-tutorials GitHub Wiki
code:
print( "/|")
print( "/ |")
print( "/ |")
print("/___|")
Output:
/|
/ |
/ |
/___|
code:
print( "/|")
print( "/ |")
print( "/ |")
print("/___|")
Output:
/|
/ |
/ |
/___|