In this repository there are some scripts from basic to advanced, made to exercise programming logic, Python syntax and much more.
Letter check - This code is used to check if there is or not a specific letter in a given name. Here i use: input, f-string, escape character, string formatting and if...else flux control.