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.__get_order_info())
          ^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Order' object has no attribute '__get_order_info'. Did you mean: '_Order__get_order_info'?
Exit Code: 
1