Skip to content

mukuldaroch/python_notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File structure

Python
|
│
├───Datatypes
│       booleans.py
│       datatypes.py
│       numbers.py
│       operators.py
│       string.py
│       variables.py
│
|───Loops
|        for.py
|        if_else.py
|        practice.py
|        while.py
|
├───Fnctions
│       functions_1.py
│       functions_2.py
│       lambda.py
│
├───Datastructures
    ├───dictionaries
    │       access.py
    │       change.py
    │       dictionaries.py
    │       loop.py
    │       methords.py
    │       nested_d.py
    │       summary.py
    │
    ├───list
    │       1_list.py
    │       2_change.py
    │       3_add.py
    │       4_remove.py
    │       5_loop.py
    │       6_comprehension.py
    │       7_methords.py
    │       roughtwork.py
    │       test.lua
    │
    ├───sets
    │       join.py
    │       methods.py
    │       sets.py
    │       test.py
    │
    └───tuples
            1_tuples.py
            2_loop.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published