Language
Python
Compiler
CPython 3.12.1
Options
$ python3 prog.py
Traceback (most recent call last):
File "/home/jail/prog.py", line 18, in <module>
print(order1.price)
^^^^^^^^^^^^
AttributeError: 'Order' object has no attribute 'price'
Exit Code:
1