Skip to content

cdeepana/python000

Repository files navigation

basic to up python learning basic cover

(1) execute .py file on terminal ---> python filename.py

(i) x=10 we can get id of x by id(x)
and also we can get type of x by type(x)

(2) tuple(im mutable) , list (mutable) dictionary (mutable)

About

basic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages