Python Basics Tutorial Problem Solving #1 || Sort a String Challenge

preview_player
Показать описание
Learn how to road map and solve sorting a string for python programming

Patreon:
Github:
Discord:
Twitter:
twitter: @python_basics

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

Yes I find myself doing this daily. Sometimes I copy and paste someone else's snippet of code and complete it by adding the rest of the code myself. But I also try to understand the code that was downloaded.
An example I want to create a dictionary to store part numbers and the procedure number that go along with installing parts.
The code goes like this.
Read text to the dictionary.
Check if part number exists
If yes it displays part number and procedure number..
If not input part number
Input procedure number
Read dictionary and store it to the text file.
That way a catalog of part numbers
and procedure s will be easy to find instead of looking for it in several different places at work.

rverm