How to create a troubleshooting program using python

preview_player
Показать описание
(How to create a troubleshooting program using python): This video is a very basic run through of how to create a troubleshooting program using python. This video is very easy to follow and create so hope this video helps you, and if it does please make sure to like share subscribe and comment for more. PEACE Checkout my setup:

Рекомендации по теме
Комментарии
Автор

I wonder how long it will take for a user to get to the issue they are facing.

grease
Автор

1. no need to convert the inputs to strings.
2. u can use newline characters instead of print("").
3. no need to exit the program using sys.exit() as there is no further code to execute and it would eventually exit anyway.
4. also u could work on improving your pythonic language overall. 🙂

audit