Create 2.harvest.py
This commit is contained in:
11
2.harvest.py
Normal file
11
2.harvest.py
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
'''
|
||||||
|
while True:
|
||||||
|
harvest()
|
||||||
|
#do_a_flip()
|
||||||
|
'''
|
||||||
|
|
||||||
|
while True:
|
||||||
|
if can_harvest():
|
||||||
|
harvest()
|
||||||
|
else:
|
||||||
|
do_a_flip()
|
||||||
Reference in New Issue
Block a user