Advertisement
xXSushiXx

circle/poly

Nov 21st, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. import pdb
  2. x = input("Do ya want circle2 or the polygon thing 1 ")
  3. if x == "1":
  4.   width = input("How many sides does the thing have: ")
  5.     length = input("How long are those things: ")
  6.   else:
  7.     print()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement