Skip to content

ajooani/Basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basics

Python: 3.6 Pycharm 2019.2.4

Print text.py

To print text in python (First program).

generate_random_values.py

to generate random integer & float values within bound by numpy & random.

read_csv.py

read csv & store the content in list (requires file named sample.csv).

spell_check.py

check & correct the misspelled word.