Files
python/exercises/practice/robot-name/robot_name.py

4 lines
50 B
Python
Raw Normal View History

class Robot:
def __init__(self):
pass