Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 284 Bytes

File metadata and controls

12 lines (6 loc) · 284 Bytes

SimplePythonExamples

Here are some simple codes for practicing python:

Reversing order of characters in a given string

Calculate number of words with specific length in a given string

Working with some methods for read and write text files

Using try except for error handling