Update
This commit is contained in:
8
exercises/scripts/elevator/solution.py
Normal file
8
exercises/scripts/elevator/solution.py
Normal file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
# coding=utf-8
|
||||
|
||||
class Elevator(object):
|
||||
|
||||
def __init__(self, direction=0, position=0):
|
||||
self.direction = directopn
|
||||
self.position = position
|
Reference in New Issue
Block a user