Guest User

Untitled

a guest
Jun 19th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. x = input("insert number:")
  2. for i in range (x):
  3.     print '_'*(x-i)+'*_'*(i+1)+'_'*(x-(i+1))
Add Comment
Please, Sign In to add comment