This repository has been archived on 2025-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
python_it_top/23-10/calculator_practica/main.py

5 lines
61 B
Python
Raw Normal View History

2025-10-23 06:24:09 +00:00
from calc import menu
if __name__ == "__main__":
menu()