Advertisement
Guest User

toLevani

a guest
Oct 20th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. def main():
  2.     starting()
  3.     building()
  4.  
  5. def building():
  6.     while front_is_clear():
  7.         step_two()
  8.         step_one()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement