Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.68 KB | None | 0 0
  1. stra1 = "######____________\n#####/ "+cubo[2][0][0]+" / "+cubo[2][0][1]+" / "+cubo[2][0][2]+" /|\n####/___/___/___/ |\n###/ "+cubo[2][1][0]+" / "+cubo[2][1][1]+" / "+cubo[2][1][2]+" /|"+cubo[1][0][2]+"|\n##/___/___/___/ |/|\n#/ "+cubo[2][2][0]+" / "+cubo[2][2][1]+" / "+cubo[2][2][2]+" /|"+cubo[1][0][1]+"|"+cubo[1][1][2]+"|\n/___/___/__ / |/|/|\n| "+cubo[0][0][0]+" | "+cubo[0][0][1]+" | "+cubo[0][0][2]+" |"+cubo[1][0][0]+"|"+cubo[1][1][1]+"|"+cubo[1][2][2]+"|\n|___|___|___|/|/|/\n| "+cubo[0][1][0]+" | "+cubo[0][1][1]+" | "+cubo[0][1][2]+" |"+cubo[1][1][0]+"|"+cubo[1][2][1]+"/\n|___|___|___|/|/\n| "+cubo[0][2][0]+" | "+cubo[0][2][1]+" | "+cubo[0][2][2]+" |"+cubo[1][2][0]+"/\n|___|___|___|/\n"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement